Thread: pgsql: Fix another bug in the redo of COPY batches.

pgsql: Fix another bug in the redo of COPY batches.

From
Heikki Linnakangas
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2e02280726f5ca7a8e3c76e1491eaf5ab00fc8f4

Modified Files
--------------
src/backend/access/heap/heapam.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)