[COMMITTERS] pgsql: Fix order of arguments to SubTransSetParent().

2017-04-23 Thread Tom Lane
Fix order of arguments to SubTransSetParent(). ProcessTwoPhaseBuffer (formerly StandbyRecoverPreparedTransactions) mixed up the parent and child XIDs when calling SubTransSetParent to record the transactions' relationship in pg_subtrans. Remarkably, analysis by Simon Riggs suggests that this does

[COMMITTERS] pgsql: Fix order of arguments to SubTransSetParent().

2017-04-23 Thread Tom Lane
Fix order of arguments to SubTransSetParent(). ProcessTwoPhaseBuffer (formerly StandbyRecoverPreparedTransactions) mixed up the parent and child XIDs when calling SubTransSetParent to record the transactions' relationship in pg_subtrans. Remarkably, analysis by Simon Riggs suggests that this does

[COMMITTERS] pgsql: Fix order of arguments to SubTransSetParent().

2017-04-23 Thread Tom Lane
Fix order of arguments to SubTransSetParent(). ProcessTwoPhaseBuffer (formerly StandbyRecoverPreparedTransactions) mixed up the parent and child XIDs when calling SubTransSetParent to record the transactions' relationship in pg_subtrans. Remarkably, analysis by Simon Riggs suggests that this does

[COMMITTERS] pgsql: Fix order of arguments to SubTransSetParent().

2017-04-23 Thread Tom Lane
Fix order of arguments to SubTransSetParent(). ProcessTwoPhaseBuffer (formerly StandbyRecoverPreparedTransactions) mixed up the parent and child XIDs when calling SubTransSetParent to record the transactions' relationship in pg_subtrans. Remarkably, analysis by Simon Riggs suggests that this does

[COMMITTERS] pgsql: Fix order of arguments to SubTransSetParent().

2017-04-23 Thread Tom Lane
Fix order of arguments to SubTransSetParent(). ProcessTwoPhaseBuffer (formerly StandbyRecoverPreparedTransactions) mixed up the parent and child XIDs when calling SubTransSetParent to record the transactions' relationship in pg_subtrans. Remarkably, analysis by Simon Riggs suggests that this does

[COMMITTERS] pgsql: Fix order of arguments to SubTransSetParent().

2017-04-23 Thread Tom Lane
Fix order of arguments to SubTransSetParent(). ProcessTwoPhaseBuffer (formerly StandbyRecoverPreparedTransactions) mixed up the parent and child XIDs when calling SubTransSetParent to record the transactions' relationship in pg_subtrans. Remarkably, analysis by Simon Riggs suggests that this does