[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend

[COMMITTERS] pgsql: Fix an old bug in multixact and two-phase commit.

2009-11-23 Thread Heikki Linnakangas
Log Message: --- Fix an old bug in multixact and two-phase commit. Prepared transactions can be part of multixacts, so allocate a slot for each prepared transaction in the "oldest member" array in multixact.c. On PREPARE TRANSACTION, transfer the oldest member value from the current backend