pgsql: Fix MarkGUCPrefixReserved() to check all options.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix MarkGUCPrefixReserved() to check all options.
Дата
Msg-id E1qHLsx-002BBi-Av@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix code indentation vioaltion introduced in commit cc32ec24fd.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: WAL-log the creation of the init fork of unlogged indexes.