Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs

From: Jelte Fennema-Nio <me(at)jeltef(dot)nl>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jacob Burroughs <jburroughs(at)instructure(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Dave Cramer <davecramer(at)gmail(dot)com>, "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs
Date: 2024-01-22 09:19:57
Message-ID: CAGECzQSR17NEKJYAXqcMxkXf4jLbM0991f5EAdyqMt=ngGjL9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 22 Jan 2024 at 04:31, Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
> Hi, This patch has a CF status of "Needs Review", but it seems like
> there were some CFbot test failures last time it was run [1]. Please
> have a look and post an updated version if necessary.

Ah yes, I had noticed that a while back and fixed the problem in v7 of
my patchset but it seems a rebase conflict has caused the cfbot not to
run tests on that version at all. Attached is a rebased version
together with following small changes:

- Rename PQunsupportedProtocolExtensions to
PQunsupportedProtocolExtensionParameters

- Add PQunsupportedProtocolExtensionParameters in its own patch

Attachment Content-Type Size
v8-0005-libpq-Include-minor-version-number-in-PQprotocolV.patch application/octet-stream 3.3 KB
v8-0001-libpq-Remove-instance-of-hardcoded-protocol-versi.patch application/octet-stream 1.1 KB
v8-0003-libpq-Add-PQunsupportedProtocolExtensionParameter.patch application/octet-stream 4.1 KB
v8-0004-Prepare-server-code-for-addition-of-protocol-exte.patch application/octet-stream 2.0 KB
v8-0002-libpq-Handle-NegotiateProtocolVersion-message-mor.patch application/octet-stream 5.8 KB
v8-0006-Bump-protocol-version-to-3.1.patch application/octet-stream 1014 bytes
v8-0008-psql-Add-parameterset-meta-command.patch application/octet-stream 8.1 KB
v8-0007-Add-protocol-message-to-change-parameters.patch application/octet-stream 16.3 KB
v8-0009-psql-Warn-about-unsupported-protocol-features.patch application/octet-stream 2.3 KB
v8-0010-Add-GUC-contexts-for-protocol-extensions.patch application/octet-stream 5.9 KB
v8-0011-Add-_pq_.protocol_managed_params-protocol-extensi.patch application/octet-stream 11.8 KB
v8-0012-Add-tests-for-ParameterSet-and-_pq_.protocol_mana.patch application/octet-stream 24.5 KB
v8-0013-Add-_pq_.report_parameters-protocol-extension.patch application/octet-stream 23.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-01-22 09:22:17 Re: speed up a logical replica setup
Previous Message Anthonin Bonnefoy 2024-01-22 09:11:20 Re: Add \syncpipeline command to pgbench