pgsql: Re-allow underscore as first character of custom GUC names.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Re-allow underscore as first character of custom GUC names.
Дата
Msg-id E1nMuEA-000Ipb-En@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Re-allow underscore as first character of custom GUC names.

Commit 3db826bd5 intended that valid_custom_variable_name's
rules for valid identifiers match those of scan.l.  However,
I (tgl) had some kind of brain fade and put "_" in the wrong
list.

Fix by Japin Li, per bug #17415 from Daniel Polski.

Discussion: https://postgr.es/m/17415-ebdb683d7e09a51c@postgresql.org

Branch
------
master

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

Modified Files
--------------
src/backend/utils/misc/guc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Remove duplicated word in comment
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix one of the tests introduced in commit 52e4f0cd47.