]> granicus.if.org Git - postgresql/commit
Fix another bug in the redo of COPY batches.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 Nov 2011 10:09:33 +0000 (12:09 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 Nov 2011 10:21:43 +0000 (12:21 +0200)
commit2e02280726f5ca7a8e3c76e1491eaf5ab00fc8f4
tree663f401239c65bd38788b25ba87b7fba9d4d9902
parent6f2efcd557bb3309e70751daf1fb7c74bbaa4061
Fix another bug in the redo of COPY batches.

I got alignment wrong in the redo routine. Spotted by redoing the log
genereated by copy regression test.
src/backend/access/heap/heapam.c