=== Applying patches on top of PostgreSQL commit ID 5d39becf8ba0080c98fee4b63575552f6800b012 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v12-0001-CREATE-SUSBCRIPTION-.-SERVER.patch patching file contrib/postgres_fdw/Makefile patching file contrib/postgres_fdw/connection.c patching file contrib/postgres_fdw/expected/postgres_fdw.out patching file contrib/postgres_fdw/meson.build patching file contrib/postgres_fdw/postgres_fdw--1.1--1.2.sql patching file contrib/postgres_fdw/sql/postgres_fdw.sql patching file contrib/postgres_fdw/t/010_subscription.pl 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/commands/foreigncmds.c patching file src/backend/commands/subscriptioncmds.c patching file src/backend/foreign/foreign.c patching file src/backend/parser/gram.y Hunk #1 succeeded at 5402 (offset 23 lines). Hunk #2 succeeded at 10768 (offset 31 lines). Hunk #3 succeeded at 10807 (offset 31 lines). patching file src/backend/replication/logical/worker.c patching file src/bin/pg_dump/pg_dump.c Hunk #1 succeeded at 4859 (offset 17 lines). Hunk #2 succeeded at 4940 (offset 17 lines). Hunk #3 succeeded at 4988 (offset 17 lines). Hunk #4 succeeded at 5009 (offset 17 lines). Hunk #5 succeeded at 5240 (offset 17 lines). patching file src/bin/pg_dump/pg_dump.h Hunk #1 succeeded at 671 (offset 5 lines). patching file src/bin/psql/tab-complete.in.c patching file src/include/catalog/pg_foreign_data_wrapper.h patching file src/include/catalog/pg_subscription.h patching file src/include/foreign/foreign.h patching file src/include/nodes/parsenodes.h Hunk #1 succeeded at 4223 (offset 1 line). Hunk #2 succeeded at 4232 (offset 1 line). Hunk #3 succeeded at 4247 (offset 1 line). patching file src/test/regress/expected/oidjoins.out [cf/4529 02b4c5c4c5] CREATE SUSBCRIPTION ... SERVER. Author: Jeff Davis Date: Tue Jan 2 13:42:48 2024 -0800 23 files changed, 591 insertions(+), 36 deletions(-) create mode 100644 contrib/postgres_fdw/t/010_subscription.pl