Re: [HACKERS] [PATCH 07/16] Log enough data into the wal to reconstruct logical changes from it if wal_level=logical

2012-06-13 Thread Andres Freund
On Wednesday, June 13, 2012 05:27:06 PM Kevin Grittner wrote: > Andres Freund wrote: > > This adds a new wal_level value 'logical' > > > > Missing cases: > > - heap_multi_insert > > - primary key changes for updates > > - no primary key > > - LOG_NEWPAGE > > First, Wow! Thanks ;) I hope you will

Re: [HACKERS] [PATCH 07/16] Log enough data into the wal to reconstruct logical changes from it if wal_level=logical

2012-06-13 Thread Kevin Grittner
Andres Freund wrote: > This adds a new wal_level value 'logical' > > Missing cases: > - heap_multi_insert > - primary key changes for updates > - no primary key > - LOG_NEWPAGE First, Wow! I look forward to the point where we can replace our trigger-based replication with this! Your "missi

[HACKERS] [PATCH 07/16] Log enough data into the wal to reconstruct logical changes from it if wal_level=logical

2012-06-13 Thread Andres Freund
From: Andres Freund This adds a new wal_level value 'logical' Missing cases: - heap_multi_insert - primary key changes for updates - no primary key - LOG_NEWPAGE --- src/backend/access/heap/heapam.c| 135 --- src/backend/access/transam/xlog.c |1 +