[COMMITTERS] pgbulkload - pgbulkload: Fix when an error skipped, memory consumptions

2010-11-11 Thread User Mhasegawa
Log Message: --- Fix when an error skipped, memory consumptions continue increasing. Fix the case which is not retrieve by index scan after a load. Modified Files: -- pgbulkload/bin/expected: init.out (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] pgsql: Fix bug introduced by the recent patch to check that the checkpo

2010-11-11 Thread Heikki Linnakangas
Fix bug introduced by the recent patch to check that the checkpoint redo location read from backup label file can be found: wasShutdown was set incorrectly when a backup label file was found. Jeff Davis, with a little tweaking by me. Branch -- REL8_1_STABLE Details --- http://git.postgre

[COMMITTERS] pgsql: Fix bug introduced by the recent patch to check that the checkpo

2010-11-11 Thread Heikki Linnakangas
Fix bug introduced by the recent patch to check that the checkpoint redo location read from backup label file can be found: wasShutdown was set incorrectly when a backup label file was found. Jeff Davis, with a little tweaking by me. Branch -- REL9_0_STABLE Details --- http://git.postgre

[COMMITTERS] pgsql: Fix bug introduced by the recent patch to check that the checkpo

2010-11-11 Thread Heikki Linnakangas
Fix bug introduced by the recent patch to check that the checkpoint redo location read from backup label file can be found: wasShutdown was set incorrectly when a backup label file was found. Jeff Davis, with a little tweaking by me. Branch -- REL8_3_STABLE Details --- http://git.postgre

[COMMITTERS] pgsql: Fix bug introduced by the recent patch to check that the checkpo

2010-11-11 Thread Heikki Linnakangas
Fix bug introduced by the recent patch to check that the checkpoint redo location read from backup label file can be found: wasShutdown was set incorrectly when a backup label file was found. Jeff Davis, with a little tweaking by me. Branch -- master Details --- http://git.postgresql.org

[COMMITTERS] pgsql: Fix bug introduced by the recent patch to check that the checkpo

2010-11-11 Thread Heikki Linnakangas
Fix bug introduced by the recent patch to check that the checkpoint redo location read from backup label file can be found: wasShutdown was set incorrectly when a backup label file was found. Jeff Davis, with a little tweaking by me. Branch -- REL8_4_STABLE Details --- http://git.postgre

[COMMITTERS] pgsql: Fix bug introduced by the recent patch to check that the checkpo

2010-11-11 Thread Heikki Linnakangas
Fix bug introduced by the recent patch to check that the checkpoint redo location read from backup label file can be found: wasShutdown was set incorrectly when a backup label file was found. Jeff Davis, with a little tweaking by me. Branch -- REL8_2_STABLE Details --- http://git.postgre

[COMMITTERS] pgbulkload - pgbulkload: Workaround for msvc 2010.

2010-11-11 Thread User Itagaki
Log Message: --- Workaround for msvc 2010. Modified Files: -- pgbulkload/bin/pgut: pgut-list.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pgut/pgut-list.c?r1=1.5&r2=1.6) pgut.c (r1.23 -> r1.24) (ht