=== Applying patches on top of PostgreSQL commit ID 9d9ece4c16dbbaf3b9d60c2fe201b8e99a407be3 === === applying patch ./v5-0001-Switch-pg_sequence_last_value-to-report-a-tuple-a.patch patching file src/include/catalog/pg_proc.dat patching file src/backend/catalog/system_views.sql patching file src/backend/commands/sequence.c patching file src/bin/pg_dump/pg_dump.c patching file src/test/regress/expected/rules.out === applying patch ./v5-0002-Remove-FormData_pg_sequence_data-from-init_params.patch patching file src/backend/commands/sequence.c === applying patch ./v5-0003-Integrate-addition-of-attributes-for-sequences-wi.patch patching file src/include/nodes/parsenodes.h patching file src/backend/commands/sequence.c patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 4556 (offset 1 line). Hunk #2 succeeded at 4860 (offset 1 line). Hunk #3 succeeded at 5294 (offset 1 line). Hunk #4 succeeded at 6475 (offset 1 line). patching file src/backend/tcop/utility.c patching file src/test/modules/test_ddl_deparse/expected/alter_table.out patching file src/test/modules/test_ddl_deparse/expected/create_sequence_1.out patching file src/test/modules/test_ddl_deparse/expected/create_table.out patching file src/test/modules/test_ddl_deparse/test_ddl_deparse.c === applying patch ./v5-0004-Refactor-code-for-in-core-local-sequences.patch patching file src/include/access/rmgrlist.h patching file src/include/access/seqlocalam.h patching file src/backend/access/rmgrdesc/Makefile patching file src/backend/access/rmgrdesc/meson.build patching file src/backend/access/rmgrdesc/seqlocaldesc.c (renamed from src/backend/access/rmgrdesc/seqdesc.c) patching file src/backend/access/sequence/Makefile patching file src/backend/access/sequence/meson.build patching file src/backend/access/sequence/seqlocalam.c patching file src/backend/access/sequence/seqlocalxlog.c patching file src/backend/access/transam/rmgr.c patching file src/backend/commands/sequence.c patching file src/bin/pg_waldump/.gitignore patching file src/bin/pg_waldump/rmgrdesc.c patching file src/bin/pg_waldump/t/001_basic.pl === applying patch ./v5-0005-Sequence-access-methods-backend-support.patch patching file src/include/access/seqlocalam.h patching file src/include/access/sequenceam.h patching file src/include/catalog/pg_am.dat patching file src/include/catalog/pg_am.h patching file src/include/catalog/pg_class.h patching file src/include/catalog/pg_proc.dat patching file src/include/catalog/pg_type.dat patching file src/include/commands/defrem.h patching file src/include/commands/sequence.h patching file src/include/nodes/meson.build patching file src/include/nodes/parsenodes.h patching file src/include/utils/guc_hooks.h patching file src/include/utils/rel.h patching file src/backend/access/sequence/Makefile patching file src/backend/access/sequence/meson.build patching file src/backend/access/sequence/seqlocalam.c patching file src/backend/access/sequence/sequence.c patching file src/backend/access/sequence/sequenceamapi.c patching file src/backend/catalog/heap.c patching file src/backend/commands/amcmds.c patching file src/backend/commands/sequence.c patching file src/backend/commands/tablecmds.c Hunk #2 succeeded at 966 (offset 1 line). Hunk #3 succeeded at 990 (offset 1 line). patching file src/backend/nodes/Makefile patching file src/backend/nodes/gen_node_support.pl patching file src/backend/parser/gram.y patching file src/backend/parser/parse_utilcmd.c patching file src/backend/utils/adt/pseudotypes.c patching file src/backend/utils/cache/relcache.c patching file src/backend/utils/misc/guc_tables.c Hunk #2 succeeded at 4129 (offset -11 lines). patching file src/backend/utils/misc/postgresql.conf.sample patching file src/bin/psql/describe.c patching file src/bin/psql/tab-complete.c patching file src/test/regress/expected/create_am.out patching file src/test/regress/expected/opr_sanity.out patching file src/test/regress/expected/psql.out patching file src/test/regress/sql/create_am.sql patching file src/test/regress/sql/opr_sanity.sql patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 2555 (offset -2 lines). Hunk #2 succeeded at 3540 (offset -2 lines). Hunk #3 succeeded at 3805 (offset -2 lines). Hunk #4 succeeded at 4019 (offset -2 lines). Hunk #5 succeeded at 4031 (offset -2 lines). === applying patch ./v5-0006-Sequence-access-methods-dump-restore-support.patch patching file src/bin/pg_dump/pg_backup.h patching file src/bin/pg_dump/pg_backup_archiver.c patching file src/bin/pg_dump/pg_backup_archiver.h patching file src/bin/pg_dump/pg_dump.c patching file src/bin/pg_dump/pg_dumpall.c patching file src/bin/pg_dump/pg_restore.c patching file src/bin/pg_dump/t/002_pg_dump.pl patching file doc/src/sgml/ref/pg_dump.sgml patching file doc/src/sgml/ref/pg_dumpall.sgml patching file doc/src/sgml/ref/pg_restore.sgml === applying patch ./v5-0007-Sequence-access-methods-core-documentation.patch patching file doc/src/sgml/config.sgml patching file doc/src/sgml/filelist.sgml patching file doc/src/sgml/postgres.sgml patching file doc/src/sgml/ref/create_access_method.sgml patching file doc/src/sgml/ref/create_sequence.sgml patching file doc/src/sgml/sequenceam.sgml === applying patch ./v5-0008-snowflake-Add-sequence-AM-based-on-it.patch patching file doc/src/sgml/contrib.sgml patching file doc/src/sgml/filelist.sgml patching file doc/src/sgml/snowflake.sgml patching file contrib/Makefile patching file contrib/meson.build patching file contrib/snowflake/.gitignore patching file contrib/snowflake/Makefile patching file contrib/snowflake/expected/snowflake.out patching file contrib/snowflake/meson.build patching file contrib/snowflake/snowflake--1.0.sql patching file contrib/snowflake/snowflake.c patching file contrib/snowflake/snowflake.control patching file contrib/snowflake/sql/snowflake.sql