pgsql: Fix MarkGUCPrefixReserved() to check all options.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix MarkGUCPrefixReserved() to check all options.
Date: 2023-07-06 10:06:51
Message-ID: E1qHLsx-002BBi-Av@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix MarkGUCPrefixReserved() to check all options.

This bug was only present on v15. MarkGUCPrefixReserved() is new in
v15, and in v16, it was rewritten to use a hash table and the new
implementation did not have this bug.

Author: Karina Litskevich, Ekaterina Sokolova
Discussion: https://www.postgresql.org/message-id/CACiT8ibqyC=_g1n6FXyFJvFW0BEjAH3_5aGqUSFeEp8GpnVrhw@mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5f312c58d67bcad622a1582776c20643c7dd43b

Modified Files
--------------
src/backend/utils/misc/guc.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-07-06 14:30:12 pgsql: WAL-log the creation of the init fork of unlogged indexes.
Previous Message Jeff Davis 2023-07-06 07:55:14 Re: pgsql: Fix search_path to a safe value during maintenance operations.