postgresql/src/backend/access
Heikki Linnakangas 7250d8535b Fix building with WAL_DEBUG.
Now that the backup blocks are appended to the WAL record in xloginsert.c,
XLogInsert doesn't see them anymore and cannot remove them from the version
reconstructed for xlog_outdesc. This makes running with wal_debug=on more
expensive, as we now make (unnecessary) temporary copies of the backup
blocks, but it doesn't seem worth convoluting the code to keep that
optimization.

Reported by Alvaro Herrera.
2014-11-07 23:09:31 +02:00
..
brin BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00
common BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00
gin Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
gist Remove obsolete cases from GiST update redo code. 2014-11-07 15:13:02 +02:00
hash Avoid copying index tuples when building an index. 2014-07-01 10:34:42 -04:00
heap BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00
index Split builtins.h to a new header ruleutils.h 2014-10-08 18:10:47 -03:00
nbtree Use the sortsupport infrastructure in more cases. 2014-11-07 15:50:55 -05:00
rmgrdesc BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00
spgist Fix generation of SP-GiST vacuum WAL records. 2014-11-07 21:17:46 +02:00
transam Fix building with WAL_DEBUG. 2014-11-07 23:09:31 +02:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00