git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 44fa848) | patch
Add decoding of sequences to test_decoding
2022年2月11日 23:46:07 +0000 (00:46 +0100)
2022年2月11日 23:51:46 +0000 (00:51 +0100)
commit 80901b32913ffa59bf157a4d88284b2b3a7511d9
Add decoding of sequences to test_decoding

Commit 0da92dc530 improved the logical decoding infrastructure to handle
sequences, and did various changes to related parts (WAL logging etc.).
But it did not include any implementation of the new callbacks added to
OutputPluginCallbacks.

This extends test_decoding with two callbacks to decode sequences. The
decoding of sequences may be disabled using 'include-sequences', a new
option of the output plugin.

Author: Tomas Vondra, Cary Huang
Reviewed-by: Peter Eisentraut, Hannu Krosing, Andres Freund
Discussion: https://postgr.es/m/d045f3c2-6cfb-06d3-5540-e63c320df8bc@enterprisedb.com
Discussion: https://postgr.es/m/1710ed7e13b.cd7177461430746.3372264562543607781@highgo.ca
24 files changed:
contrib/test_decoding/Makefile diff | blob | blame | history
contrib/test_decoding/expected/ddl.out diff | blob | blame | history
contrib/test_decoding/expected/decoding_in_xact.out diff | blob | blame | history
contrib/test_decoding/expected/decoding_into_rel.out diff | blob | blame | history
contrib/test_decoding/expected/mxact.out diff | blob | blame | history
contrib/test_decoding/expected/ondisk_startup.out diff | blob | blame | history
contrib/test_decoding/expected/replorigin.out diff | blob | blame | history
contrib/test_decoding/expected/rewrite.out diff | blob | blame | history
contrib/test_decoding/expected/sequence.out [new file with mode: 0644] blob
contrib/test_decoding/expected/slot.out diff | blob | blame | history
contrib/test_decoding/expected/toast.out diff | blob | blame | history
contrib/test_decoding/expected/truncate.out diff | blob | blame | history
contrib/test_decoding/specs/mxact.spec diff | blob | blame | history
contrib/test_decoding/specs/ondisk_startup.spec diff | blob | blame | history
contrib/test_decoding/sql/ddl.sql diff | blob | blame | history
contrib/test_decoding/sql/decoding_in_xact.sql diff | blob | blame | history
contrib/test_decoding/sql/decoding_into_rel.sql diff | blob | blame | history
contrib/test_decoding/sql/replorigin.sql diff | blob | blame | history
contrib/test_decoding/sql/rewrite.sql diff | blob | blame | history
contrib/test_decoding/sql/sequence.sql [new file with mode: 0644] blob
contrib/test_decoding/sql/slot.sql diff | blob | blame | history
contrib/test_decoding/sql/toast.sql diff | blob | blame | history
contrib/test_decoding/sql/truncate.sql diff | blob | blame | history
contrib/test_decoding/test_decoding.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /