PostgreSQL Source Code
git master
|
Data Fields | |
bool | xact_wrote_changes |
bool | stream_wrote_changes |
Definition at line 45 of file test_decoding.c.
bool TestDecodingTxnData::stream_wrote_changes |
Definition at line 48 of file test_decoding.c.
Referenced by pg_decode_stream_change(), pg_decode_stream_message(), pg_decode_stream_start(), pg_decode_stream_stop(), and pg_decode_stream_truncate().
bool TestDecodingTxnData::xact_wrote_changes |
Definition at line 47 of file test_decoding.c.
Referenced by pg_decode_begin_prepare_txn(), pg_decode_begin_txn(), pg_decode_change(), pg_decode_commit_txn(), pg_decode_message(), pg_decode_prepare_txn(), pg_decode_stream_abort(), pg_decode_stream_change(), pg_decode_stream_commit(), pg_decode_stream_message(), pg_decode_stream_prepare(), pg_decode_stream_start(), pg_decode_stream_truncate(), and pg_decode_truncate().