agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Noah Misch <noah@leadboat.com>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Move SplitGUCList() to fe_utils
Date: Mon, 10 Aug 2026 13:41:27 +0000
Message-ID: <E1wtQFr-00000000yDF-3KbE@gemulon.postgresql.org> (raw)
Move SplitGUCList() to fe_utils
This is needed so that all versions of pg_upgrade that migrate logical
replication slots can parse the new output_plugin_libraries GUC.
Backpatch-through: 17
Security: CVE-2026-6471
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/4fcccea972bcdce66976da86535e970dea9b999f
Author: Jacob Champion <jchampion@postgresql.org>
Modified Files
--------------
src/backend/utils/adt/varlena.c | 2 +-
src/bin/pg_dump/dumputils.c | 109 -----------------------------------
src/bin/pg_dump/dumputils.h | 3 -
src/fe_utils/string_utils.c | 110 ++++++++++++++++++++++++++++++++++++
src/include/fe_utils/string_utils.h | 2 +
5 files changed, 113 insertions(+), 113 deletions(-)
view thread (4+ messages)
Message-ID: <E1wtQFr-00000000yDF-3KbE@gemulon.postgresql.org>
Permalink: ../E1wtQFr-00000000yDF-3KbE@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1wtQFr-00000000yDF-3KbE@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: noah@leadboat.com, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Move SplitGUCList() to fe_utils
In-Reply-To: <E1wtQFr-00000000yDF-3KbE@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox