forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbd74c40
committed
Re-allow underscore as first character of custom GUC names.
Commit3db826b intended that valid_custom_variable_name'srules for valid identifiers match those of scan.l. However,I (tgl) had some kind of brain fade and put "_" in the wronglist.Fix by Japin Li, per bug #17415 from Daniel Polski.Discussion:https://postgr.es/m/17415-ebdb683d7e09a51c@postgresql.org1 parent0475a97 commitbd74c40
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
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
Comments
(0)