=== Applying patches on top of PostgreSQL commit ID 274bbced85383e831ddeb9d83a8af74c4992e7a1 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v14-0002-Do-not-hardcode-sending-PG_PROTOCOL_LATEST-in-Ne.patch patching file src/backend/tcop/backend_startup.c Hunk #1 succeeded at 682 (offset -2 lines). Hunk #2 succeeded at 791 (offset -2 lines). Hunk #3 succeeded at 850 (offset -2 lines). [cf/4736 ca3e9eaa99] Do not hardcode sending PG_PROTOCOL_LATEST in NegotiateProtocolVersion Author: Jelte Fennema-Nio Date: Sun Jun 2 00:49:43 2024 -0700 1 file changed, 6 insertions(+), 3 deletions(-) === applying patch ./v14-0003-libpq-Include-minor-version-number-in-PQprotocol.patch patching file doc/src/sgml/libpq.sgml patching file src/include/libpq/pqcomm.h patching file src/interfaces/libpq/fe-connect.c [cf/4736 1e19962f9e] libpq: Include minor version number in PQprotocolVersion Author: Jelte Fennema-Nio Date: Tue Jan 2 12:07:35 2024 +0100 3 files changed, 10 insertions(+), 7 deletions(-) === applying patch ./v14-0004-libpq-Add-max_protocol_version-connection-option.patch patching file doc/src/sgml/libpq.sgml patching file src/interfaces/libpq/fe-connect.c patching file src/interfaces/libpq/libpq-int.h [cf/4736 ff8fa560bf] libpq: Add max_protocol_version connection option Author: Jelte Fennema-Nio Date: Wed Mar 13 18:25:48 2024 +0100 3 files changed, 97 insertions(+), 1 deletion(-) === applying patch ./v14-0005-Use-latest-protocol-version-in-libpq_pipeline-te.patch patching file src/test/modules/libpq_pipeline/libpq_pipeline.c [cf/4736 41530df9db] Use latest protocol version in libpq_pipeline tests Author: Jelte Fennema-Nio Date: Mon Jun 3 19:58:20 2024 +0200 1 file changed, 12 insertions(+), 3 deletions(-) === applying patch ./v14-0006-libpq-Handle-NegotiateProtocolVersion-message-mo.patch patching file src/interfaces/libpq/fe-connect.c patching file src/interfaces/libpq/fe-protocol3.c patching file src/interfaces/libpq/libpq-int.h patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 3699 with fuzz 2 (offset 4 lines). [cf/4736 921ba99345] libpq: Handle NegotiateProtocolVersion message more leniently Author: Jelte Fennema-Nio Date: Tue Jan 2 11:16:19 2024 +0100 4 files changed, 134 insertions(+), 31 deletions(-) === applying patch ./v14-0007-Bump-protocol-version-to-3.2.patch patching file doc/src/sgml/libpq.sgml patching file src/include/libpq/pqcomm.h patching file src/interfaces/libpq/fe-connect.c [cf/4736 58569ca1b2] Bump protocol version to 3.2 Author: Jelte Fennema-Nio Date: Tue Jan 2 11:19:54 2024 +0100 3 files changed, 12 insertions(+), 4 deletions(-) === applying patch ./v14-0008-Add-infrastructure-for-protocol-parameters.patch patching file doc/src/sgml/protocol.sgml Hunk #4 succeeded at 5210 (offset 16 lines). Hunk #5 succeeded at 5491 (offset 16 lines). patching file src/backend/libpq/Makefile patching file src/backend/libpq/meson.build patching file src/backend/libpq/protocol-parameters.c patching file src/backend/postmaster/postmaster.c patching file src/backend/tcop/backend_startup.c Hunk #2 succeeded at 696 (offset -2 lines). Hunk #3 succeeded at 748 (offset -2 lines). Hunk #4 succeeded at 810 (offset -2 lines). patching file src/backend/tcop/postgres.c Hunk #3 succeeded at 4892 (offset -1 lines). patching file src/backend/utils/init/postinit.c Hunk #1 succeeded at 1219 (offset -43 lines). Hunk #2 succeeded at 1273 (offset -43 lines). patching file src/include/libpq/libpq-be.h patching file src/include/libpq/protocol.h patching file src/interfaces/libpq/fe-connect.c patching file src/interfaces/libpq/fe-exec.c patching file src/interfaces/libpq/fe-protocol3.c patching file src/interfaces/libpq/fe-trace.c patching file src/interfaces/libpq/libpq-int.h patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 2233 (offset 3 lines). [cf/4736 694ef0873e] Add infrastructure for protocol parameters Author: Jelte Fennema-Nio Date: Fri Jan 5 14:45:04 2024 +0100 16 files changed, 793 insertions(+), 14 deletions(-) create mode 100644 src/backend/libpq/protocol-parameters.c === applying patch ./v14-0009-Add-report_parameters-protocol-parameter.patch patching file doc/src/sgml/libpq.sgml patching file doc/src/sgml/protocol.sgml patching file src/backend/libpq/protocol-parameters.c patching file src/backend/utils/misc/guc.c Hunk #3 succeeded at 227 (offset -3 lines). Hunk #4 succeeded at 2094 (offset -3 lines). Hunk #5 succeeded at 2526 (offset -3 lines). Hunk #6 succeeded at 2576 (offset -3 lines). Hunk #7 succeeded at 2619 (offset -3 lines). Hunk #8 succeeded at 4226 (offset -3 lines). Hunk #9 succeeded at 6947 (offset -3 lines). patching file src/include/utils/guc.h Hunk #4 succeeded at 444 (offset 25 lines). patching file src/interfaces/libpq/exports.txt patching file src/interfaces/libpq/fe-connect.c patching file src/interfaces/libpq/fe-exec.c patching file src/interfaces/libpq/fe-protocol3.c patching file src/interfaces/libpq/libpq-fe.h patching file src/interfaces/libpq/libpq-int.h patching file src/test/modules/libpq_pipeline/libpq_pipeline.c patching file src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl patching file src/test/modules/libpq_pipeline/traces/report_parameters.trace [cf/4736 e7b4f878f2] Add report_parameters protocol parameter Author: Jelte Fennema-Nio Date: Wed Jan 10 12:10:19 2024 +0100 14 files changed, 530 insertions(+), 14 deletions(-) create mode 100644 src/test/modules/libpq_pipeline/traces/report_parameters.trace