[COMMITTERS] pgsql: Fix bugs in the hot standby known-assigned-xids tracking logic.

2010-12-07 Thread Heikki Linnakangas
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's an old transaction running in the master, and a lot of transactions have started and finished since, and a WAL-record is written in the gap between the creating the running-xacts snapshot and WAL-logging it, recovery will fa

[COMMITTERS] pgsql: Fix bugs in the hot standby known-assigned-xids tracking logic.

2010-12-07 Thread Heikki Linnakangas
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's an old transaction running in the master, and a lot of transactions have started and finished since, and a WAL-record is written in the gap between the creating the running-xacts snapshot and WAL-logging it, recovery will fa

[COMMITTERS] pgbulkload - pgbulkload: Fix a bug that avoid deadlock in case of

2010-12-07 Thread User Mhasegawa
Log Message: --- Fix a bug that avoid deadlock in case of "WRITER=PARALLEL" and "TYPE=FUNCTION" and input function is RETURNS SETOF record LANGUAGE C. Modified Files: -- pgbulkload: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulk

[COMMITTERS] pgbulkload - pgbulkload: backport two bugs.

2010-12-07 Thread User Mhasegawa
Log Message: --- backport two bugs. - Fix a bug that indexes must have Invalid frozenxid for RelationSetNewRelfilenode(). Adjust USE_INLINE checks on 8.3. - Fix a bug that avoid deadlock in case of "WRITER=PARALLEL" and "TYPE=FUNCTION" and input function is RETURNS SETOF record LANGUA