pgsql: Fix MarkGUCPrefixReserved() to check all options. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix MarkGUCPrefixReserved() to check all options.
Date
Msg-id E1qHLsx-002BBi-Av@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix code indentation vioaltion introduced in commit cc32ec24fd.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: WAL-log the creation of the init fork of unlogged indexes.