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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix another bug in the redo of COPY batches.
Date: 2011-11-10 10:21:56
Message-ID: E1RORlc-00077o-MN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2011-11-10 12:06:32 psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't
Previous Message Peter Eisentraut 2011-11-09 19:46:35 pgsql: Only install the extension files for the current Python major ve