=== Applying patches on top of PostgreSQL commit ID 81ccbe520f42a9873734c614e4eb521190d8f8e4 === === applying patch ./0001-Logical-decoding-of-sequences-20230730.patch patching file doc/src/sgml/logicaldecoding.sgml patching file src/backend/commands/sequence.c patching file src/backend/replication/logical/decode.c patching file src/backend/replication/logical/logical.c patching file src/backend/replication/logical/reorderbuffer.c patching file src/include/access/rmgrlist.h patching file src/include/replication/decode.h patching file src/include/replication/logical.h patching file src/include/replication/output_plugin.h patching file src/include/replication/reorderbuffer.h === applying patch ./0002-Add-decoding-of-sequences-to-test_decoding-20230730.patch patching file contrib/test_decoding/Makefile patching file contrib/test_decoding/expected/sequence.out patching file contrib/test_decoding/sql/sequence.sql patching file contrib/test_decoding/test_decoding.c === applying patch ./0003-Add-decoding-of-sequences-to-built-in-repli-20230730.patch patching file doc/src/sgml/catalogs.sgml patching file doc/src/sgml/protocol.sgml patching file doc/src/sgml/ref/alter_publication.sgml patching file doc/src/sgml/ref/alter_subscription.sgml patching file doc/src/sgml/ref/create_publication.sgml patching file doc/src/sgml/system-views.sgml patching file src/backend/catalog/objectaddress.c patching file src/backend/catalog/pg_publication.c patching file src/backend/catalog/system_views.sql patching file src/backend/commands/publicationcmds.c patching file src/backend/commands/sequence.c patching file src/backend/commands/subscriptioncmds.c patching file src/backend/executor/execReplication.c patching file src/backend/parser/gram.y patching file src/backend/replication/logical/proto.c patching file src/backend/replication/logical/tablesync.c Hunk #2 succeeded at 1210 (offset 1 line). Hunk #3 succeeded at 1563 (offset 1 line). patching file src/backend/replication/logical/worker.c Hunk #2 succeeded at 1429 (offset -2 lines). Hunk #3 succeeded at 3421 (offset -2 lines). Hunk #4 FAILED at 4724. 1 out of 4 hunks FAILED -- saving rejects to file src/backend/replication/logical/worker.c.rej patching file src/backend/replication/pgoutput/pgoutput.c patching file src/backend/utils/cache/relcache.c patching file src/backend/utils/cache/syscache.c patching file src/bin/pg_dump/pg_dump.c patching file src/bin/pg_dump/pg_dump.h patching file src/bin/pg_dump/t/002_pg_dump.pl patching file src/bin/psql/describe.c patching file src/bin/psql/tab-complete.c patching file src/include/catalog/pg_proc.dat patching file src/include/catalog/pg_publication.h patching file src/include/catalog/pg_publication_namespace.h patching file src/include/commands/sequence.h patching file src/include/nodes/parsenodes.h patching file src/include/replication/logicalproto.h patching file src/test/regress/expected/object_address.out patching file src/test/regress/expected/psql.out patching file src/test/regress/expected/publication.out patching file src/test/regress/expected/rules.out patching file src/test/regress/sql/object_address.sql patching file src/test/regress/sql/publication.sql patching file src/test/subscription/t/034_sequences.pl