-
- Downloads
Don't propagate a null subtransaction snapshot up to parent transaction.
This oversight could cause logical decoding to fail to decode an outer transaction containing changes, if a subtransaction had an XID but no actual changes. Per bug #14279 from Marko Tiikkaja. Patch by Marko based on analysis by Andrew Gierth. Discussion: <20160804191757.1430.39011@wrigleys.postgresql.org>
Showing
- contrib/test_decoding/expected/xact.out 23 additions, 1 deletioncontrib/test_decoding/expected/xact.out
- contrib/test_decoding/sql/xact.sql 12 additions, 1 deletioncontrib/test_decoding/sql/xact.sql
- src/backend/replication/logical/reorderbuffer.c 5 additions, 4 deletionssrc/backend/replication/logical/reorderbuffer.c
Loading
Please register or sign in to comment