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