diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-11-09 21:24:26 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-11-09 21:28:25 +0200 |
commit | f81648cb1ee5ce8d2e479a17db512046012c77e7 (patch) | |
tree | 3cd34c51ccf8dfff72b23d1e9cd69b3e465852b7 /src/tutorial/basics.source | |
parent | 3ad2c8e1681ba34a7b764a356489fdc580dc553c (diff) | |
download | postgresql-f81648cb1ee5ce8d2e479a17db512046012c77e7.tar.gz postgresql-f81648cb1ee5ce8d2e479a17db512046012c77e7.zip |
Fix bugs in the COPY heap-insert batching patch.
Forgot to call RestoreBkpBlocks() in the redo-function, as pointed out by
Simon Riggs. In redo of a regular heap insert, it's taken care of in
heap_redo(), but this new record type uses the heap2 RM, and heap2_redo()
does not take care of that for you.
Also, failed to reset the vmbuffer and all_visibile_cleared local variables
after switching to a new buffer.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions