]> granicus.if.org Git - postgresql/commit
Fix thinko in logical decoding of commit-prepared records.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 16 May 2014 07:53:10 +0000 (10:53 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 16 May 2014 07:53:10 +0000 (10:53 +0300)
commit03e2b1017c0d360cae0b4d0a8bf5d6924536c834
tree17cd17dc9f4bd16d5886392b1e7f137ff53ad3eb
parente7873b74d9c1bb7a325960f52043db6de88e6e66
Fix thinko in logical decoding of commit-prepared records.

The decoding of prepared transaction commits accidentally used the XID of
the transaction performing the COMMIT PREPARED, not the XID of the prepared
transaction. Before bb38fb0d43c8d that lead to those transactions not being
decoded, afterwards to a assertion failure.
src/backend/replication/logical/decode.c