forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd7c059
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 parent627c79a commitdd7c059
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5390 | 5390 |
| |
5391 | 5391 |
| |
5392 | 5392 |
| |
5393 |
| - | |
| 5393 | + | |
5394 | 5394 |
| |
5395 | 5395 |
| |
5396 | 5396 |
| |
5397 | 5397 |
| |
5398 | 5398 |
| |
5399 |
| - | |
| 5399 | + | |
5400 | 5400 |
| |
5401 | 5401 |
| |
5402 | 5402 |
| |
|
0 commit comments
Comments
(0)