=== Applying patches on top of PostgreSQL commit ID c1c09007e219ae68d1f8428a54baf68ccc1f8683 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v9-0001-Remove-FormData_pg_sequence_data-from-init_params.patch patching file src/backend/commands/sequence.c [cf/4677 4e028c8b54] Remove FormData_pg_sequence_data from init_params()/sequence.c Author: Michael Paquier Date: Fri Dec 1 12:00:45 2023 +0900 1 file changed, 49 insertions(+), 32 deletions(-) === applying patch ./v9-0002-Integrate-addition-of-attributes-for-sequences-wi.patch patching file src/include/nodes/parsenodes.h Hunk #1 succeeded at 2358 (offset 11 lines). patching file src/backend/commands/sequence.c patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 4569 (offset 77 lines). Hunk #2 succeeded at 4865 (offset 68 lines). Hunk #3 succeeded at 5302 (offset 65 lines). Hunk #4 succeeded at 6455 (offset 55 lines). patching file src/backend/tcop/utility.c Hunk #1 succeeded at 1667 (offset 3 lines). patching file src/test/modules/test_ddl_deparse/expected/alter_table.out Hunk #1 succeeded at 25 with fuzz 1. Hunk #2 succeeded at 73 with fuzz 2 (offset -6 lines). 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 Hunk #1 succeeded at 113 (offset -1 lines). [cf/4677 172b9241c7] Integrate addition of attributes for sequences with ALTER TABLE Author: Michael Paquier Date: Fri Jan 19 15:00:14 2024 +0900 8 files changed, 69 insertions(+), 8 deletions(-) === applying patch ./v9-0003-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 [cf/4677 be877a0f5b] Refactor code for in-core "local" sequences Author: Michael Paquier Date: Thu Apr 25 16:49:47 2024 +0900 14 files changed, 822 insertions(+), 622 deletions(-) rename src/backend/access/rmgrdesc/{seqdesc.c => seqlocaldesc.c} (64%) create mode 100644 src/backend/access/sequence/seqlocalam.c create mode 100644 src/backend/access/sequence/seqlocalxlog.c create mode 100644 src/include/access/seqlocalam.h === applying patch ./v9-0004-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 Hunk #2 succeeded at 7771 (offset 25 lines). 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 Hunk #1 succeeded at 3148 (offset 9 lines). 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 Hunk #1 FAILED at 1472. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/catalog/heap.c.rej 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 984 (offset 34 lines). Hunk #3 succeeded at 1008 (offset 34 lines). patching file src/backend/nodes/Makefile patching file src/backend/nodes/gen_node_support.pl patching file src/backend/parser/gram.y Hunk #1 succeeded at 377 (offset -13 lines). Hunk #2 succeeded at 4885 (offset 1 line). Hunk #3 succeeded at 4941 (offset 1 line). Hunk #4 succeeded at 5949 (offset 1 line). patching file src/backend/parser/parse_utilcmd.c Hunk #2 succeeded at 519 (offset 29 lines). patching file src/backend/utils/adt/pseudotypes.c patching file src/backend/utils/cache/relcache.c Hunk #3 succeeded at 304 (offset 1 line). Hunk #4 succeeded at 1208 (offset 1 line). Hunk #5 succeeded at 1217 (offset 1 line). Hunk #6 succeeded at 1815 (offset 1 line). Hunk #7 succeeded at 1848 (offset 1 line). Hunk #8 succeeded at 3707 with fuzz 1 (offset -43 lines). Hunk #9 succeeded at 4341 (offset -37 lines). Hunk #10 succeeded at 6372 (offset -13 lines). Hunk #11 succeeded at 6387 (offset -13 lines). patching file src/backend/utils/misc/guc_tables.c patching file src/backend/utils/misc/postgresql.conf.sample Hunk #1 succeeded at 704 (offset 1 line). patching file src/bin/psql/describe.c Hunk #1 succeeded at 160 (offset -1 lines). can't find file to patch at input line 1364 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c |index a7ccde6d7d..0352c73e30 100644 |--- a/src/bin/psql/tab-complete.c |+++ b/src/bin/psql/tab-complete.c -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored patching file src/test/regress/expected/create_am.out Hunk #2 succeeded at 509 (offset 14 lines). Hunk #3 succeeded at 531 (offset 14 lines). Hunk #4 succeeded at 572 (offset 14 lines). patching file src/test/regress/expected/opr_sanity.out Hunk #1 succeeded at 1935 (offset 2 lines). patching file src/test/regress/expected/psql.out patching file src/test/regress/sql/create_am.sql Hunk #2 succeeded at 324 (offset 10 lines). Hunk #3 succeeded at 366 (offset 10 lines). patching file src/test/regress/sql/opr_sanity.sql patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 2584 (offset 4 lines). Hunk #2 succeeded at 3612 with fuzz 1 (offset 8 lines). Hunk #3 succeeded at 3896 with fuzz 1 (offset 9 lines). Hunk #4 succeeded at 4119 (offset 9 lines). Hunk #5 succeeded at 4131 (offset 9 lines).