pgsql: Handle alphanumeric characters in matching GUC names - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Handle alphanumeric characters in matching GUC names
Date
Msg-id E1t3y2P-002EUS-8g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Handle alphanumeric characters in matching GUC names

The check for whether all GUCs are present in the sample config
file used the POSIX character class :alpha: which corresponds to
alphabet and not alphanumeric. Since GUC names can contain digits
as well we need to use the :alnum: character class instead.

Author: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/2CB04559-B1D8-4558-B6F0-8F09093D629F@yesql.se

Branch
------
master

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

Modified Files
--------------
src/test/modules/test_misc/t/003_check_guc.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Move LSN waiting declarations and definitions to better place
Next
From: Fujii Masao
Date:
Subject: pgsql: Refactor GetLockStatusData() to skip backends/groups without fas