]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix MarkGUCPrefixReserved() to check all options.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 6 Jul 2023 10:05:25 +0000 (13:05 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 6 Jul 2023 10:05:25 +0000 (13:05 +0300)
commita5f312c58d67bcad622a1582776c20643c7dd43b
tree24869f8a04e1979d2ac6894192da3637c0166cbd
parent907d3dd53159fb50402ec292ad60b2452c281310
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
src/backend/utils/misc/guc.c