=== Applying patches on top of PostgreSQL commit ID a36dc04d424a6bfa03ee2cf75c85a6b7f9697e70 === === applying patch ./v37-0001-Tablesync-Solution1.patch patching file doc/src/sgml/catalogs.sgml patching file doc/src/sgml/logical-replication.sgml patching file doc/src/sgml/ref/drop_subscription.sgml patching file src/backend/commands/subscriptioncmds.c patching file src/backend/replication/logical/origin.c patching file src/backend/replication/logical/tablesync.c patching file src/backend/replication/logical/worker.c Hunk #4 succeeded at 1055 with fuzz 2. patching file src/backend/tcop/postgres.c patching file src/include/catalog/pg_subscription_rel.h patching file src/include/replication/logicalworker.h patching file src/include/replication/slot.h patching file src/test/subscription/t/004_sync.pl === applying patch ./v37-0002-Refactor-spool-file-logic-in-worker.c.patch patching file src/backend/replication/logical/worker.c === applying patch ./v37-0003-Track-replication-origin-progress-for-rollbacks.patch patching file src/backend/access/transam/twophase.c patching file src/backend/access/transam/xact.c === applying patch ./v37-0004-Add-support-for-apply-at-prepare-time-to-built-i.patch patching file src/backend/access/transam/twophase.c patching file src/backend/replication/logical/origin.c patching file src/backend/replication/logical/proto.c patching file src/backend/replication/logical/worker.c Hunk #6 succeeded at 1026 with fuzz 2. patching file src/backend/replication/pgoutput/pgoutput.c patching file src/include/access/twophase.h patching file src/include/replication/logicalproto.h patching file src/include/replication/reorderbuffer.h patching file src/tools/pgindent/typedefs.list === applying patch ./v37-0005-Support-2PC-txn-subscriber-tests.patch patching file src/test/subscription/t/020_twophase.pl patching file src/test/subscription/t/021_twophase_stream.pl patching file src/test/subscription/t/022_twophase_cascade.pl patching file src/test/subscription/t/023_twophase_cascade_stream.pl === applying patch ./v37-0006-Support-2PC-txn-Subscription-option.patch patching file doc/src/sgml/ref/alter_subscription.sgml patching file doc/src/sgml/ref/create_subscription.sgml patching file src/backend/catalog/pg_subscription.c patching file src/backend/catalog/system_views.sql patching file src/backend/commands/subscriptioncmds.c patching file src/backend/replication/libpqwalreceiver/libpqwalreceiver.c patching file src/backend/replication/logical/worker.c patching file src/backend/replication/pgoutput/pgoutput.c patching file src/bin/pg_dump/pg_dump.c patching file src/bin/pg_dump/pg_dump.h patching file src/bin/psql/describe.c patching file src/include/catalog/pg_subscription.h patching file src/include/replication/logicalproto.h patching file src/include/replication/walreceiver.h patching file src/test/regress/expected/subscription.out patching file src/test/regress/sql/subscription.sql patching file src/test/subscription/t/020_twophase.pl patching file src/test/subscription/t/021_twophase_stream.pl patching file src/test/subscription/t/022_twophase_cascade.pl patching file src/test/subscription/t/023_twophase_cascade_stream.pl === applying patch ./v37-0007-Support-2PC-txn-tests-for-concurrent-aborts.patch patching file contrib/test_decoding/Makefile patching file contrib/test_decoding/t/001_twophase.pl patching file contrib/test_decoding/t/002_twophase_streaming.pl patching file contrib/test_decoding/test_decoding.c patching file src/backend/replication/logical/reorderbuffer.c