aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-10-24 15:20:16 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-10-24 15:20:16 +0200
commitf81855171f95c4440d1d9f41bc9e5ac47eafb7a0 (patch)
tree620d58aac8137f9b34eb660ff4b05d7b40aea59c /src/backend/utils/misc/guc_tables.c
parente546989a269d5d73d283901aadcfda8c6d98e87b (diff)
downloadpostgresql-f81855171f95c4440d1d9f41bc9e5ac47eafb7a0.tar.gz
postgresql-f81855171f95c4440d1d9f41bc9e5ac47eafb7a0.zip
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
Diffstat (limited to 'src/backend/utils/misc/guc_tables.c')
0 files changed, 0 insertions, 0 deletions