Commit bd74c40
committed
Re-allow underscore as first character of custom GUC names.
Commit 3db826b 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.org1 parent 0475a97 commit bd74c40
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5474 | 5474 | | |
5475 | 5475 | | |
5476 | 5476 | | |
5477 | | - | |
| 5477 | + | |
5478 | 5478 | | |
5479 | 5479 | | |
5480 | 5480 | | |
5481 | 5481 | | |
5482 | 5482 | | |
5483 | | - | |
| 5483 | + | |
5484 | 5484 | | |
5485 | 5485 | | |
5486 | 5486 | | |
| |||
0 commit comments