=== 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 ./v44-0001-Fix-logical-replication-for-temporal-tables.patch patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 17296 (offset 52 lines). patching file src/backend/executor/execReplication.c patching file src/test/regress/expected/without_overlaps.out patching file src/test/regress/sql/without_overlaps.sql patching file src/test/subscription/t/034_temporal.pl [cf/4308 86f18cdf30] Fix logical replication for temporal tables Author: Paul A. Jungwirth Date: Wed Oct 16 11:06:40 2024 -0700 5 files changed, 694 insertions(+), 7 deletions(-) create mode 100644 src/test/subscription/t/034_temporal.pl === applying patch ./v44-0002-Add-without_portion-GiST-support-proc.patch patching file contrib/bloom/blvalidate.c patching file doc/src/sgml/gist.sgml patching file doc/src/sgml/xindex.sgml patching file src/backend/access/brin/brin_validate.c patching file src/backend/access/gin/ginvalidate.c patching file src/backend/access/gist/gistvalidate.c patching file src/backend/access/hash/hashvalidate.c patching file src/backend/access/index/amvalidate.c patching file src/backend/access/nbtree/nbtvalidate.c patching file src/backend/access/spgist/spgvalidate.c patching file src/backend/utils/adt/multirangetypes.c patching file src/backend/utils/adt/rangetypes.c patching file src/include/access/amvalidate.h patching file src/include/access/gist.h patching file src/include/catalog/pg_amproc.dat patching file src/include/catalog/pg_proc.dat patching file src/include/utils/rangetypes.h patching file src/test/regress/expected/multirangetypes.out patching file src/test/regress/expected/rangetypes.out patching file src/test/regress/sql/multirangetypes.sql patching file src/test/regress/sql/rangetypes.sql [cf/4308 54ee32511b] Add without_portion GiST support proc Author: Paul A. Jungwirth Date: Sat Dec 30 23:10:59 2023 -0800 21 files changed, 610 insertions(+), 40 deletions(-) === applying patch ./v44-0003-Fix-NOACTION-temporal-foreign-keys-when-the-refe.patch patching file src/backend/catalog/pg_constraint.c patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 10224 (offset 48 lines). patching file src/backend/utils/adt/ri_triggers.c Hunk #5 succeeded at 813 (offset -4 lines). Hunk #6 succeeded at 2338 (offset -18 lines). patching file src/include/catalog/pg_constraint.h patching file src/include/catalog/pg_operator.dat patching file src/test/regress/expected/without_overlaps.out patching file src/test/regress/sql/without_overlaps.sql [cf/4308 721bb02c0b] Fix NOACTION temporal foreign keys when the referenced endpoints change Author: Paul A. Jungwirth Date: Sat Nov 9 14:05:48 2024 -0800 7 files changed, 243 insertions(+), 11 deletions(-) === applying patch ./v44-0004-Fix-RESTRICT-temporal-foreign-keys-when-the-refe.patch patching file src/backend/catalog/pg_constraint.c patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 10225 (offset 48 lines). patching file src/backend/utils/adt/ri_triggers.c Hunk #2 FAILED at 208. Hunk #10 succeeded at 855 (offset -4 lines). Hunk #11 succeeded at 880 (offset -4 lines). Hunk #12 succeeded at 901 (offset -4 lines). Hunk #13 succeeded at 920 (offset -4 lines). Hunk #14 succeeded at 1098 (offset -8 lines). Hunk #15 succeeded at 1215 (offset -12 lines). Hunk #16 succeeded at 1443 (offset -16 lines). Hunk #17 succeeded at 1501 (offset -16 lines). Hunk #18 succeeded at 1594 (offset -16 lines). Hunk #19 succeeded at 2442 (offset -18 lines). Hunk #20 succeeded at 2589 (offset -18 lines). Hunk #21 succeeded at 2645 (offset -18 lines). Hunk #22 succeeded at 3071 (offset -18 lines). Hunk #23 succeeded at 3082 (offset -18 lines). 1 out of 23 hunks FAILED -- saving rejects to file src/backend/utils/adt/ri_triggers.c.rej patching file src/include/catalog/pg_constraint.h patching file src/test/regress/expected/without_overlaps.out patching file src/test/regress/sql/without_overlaps.sql