forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf818551
committed
Handle alphanumeric characters in matching GUC names
The check for whether all GUCs are present in the sample configfile used the POSIX character class :alpha: which corresponds toalphabet and not alphanumeric. Since GUC names can contain digitsas 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.se1 parente546989 commitf818551
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
0 commit comments
Comments
(0)