aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeCustom.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-11-07 23:04:53 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-11-07 23:09:31 +0200
commit7250d8535b11d6443a9b27299e586c3df0654302 (patch)
tree46d3bfe3628cc55e7f8fe8227d259cb09f67dadd /src/backend/executor/nodeCustom.c
parent5ea86e6e65dd2da3e9a3464484985d48328e7fe3 (diff)
downloadpostgresql-7250d8535b11d6443a9b27299e586c3df0654302.tar.gz
postgresql-7250d8535b11d6443a9b27299e586c3df0654302.zip
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.
Diffstat (limited to 'src/backend/executor/nodeCustom.c')
0 files changed, 0 insertions, 0 deletions