forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfce2ce7
committed
Fix initdb's -c option to treat the GUC name case-insensitively.
The backend treats GUC names case-insensitively, so this code shouldtoo. This avoids ending up with a confusing set of redundant entriesin the generated postgresql.conf file.Per report from Kyotaro Horiguchi. Back-patch to v16 where thisfeature was added (in commit3e51b27).Discussion:https://postgr.es/m/20230928.164904.2153358973162534034.horikyota.ntt@gmail.com1 parenta0b808b commitfce2ce7
2 files changed
+21
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
| 487 | + | |
487 | 488 |
| |
488 | 489 |
| |
489 | 490 |
| |
| |||
494 | 495 |
| |
495 | 496 |
| |
496 | 497 |
| |
497 |
| - | |
| 498 | + | |
498 | 499 |
| |
| 500 | + | |
499 | 501 |
| |
500 | 502 |
| |
501 | 503 |
| |
502 | 504 |
| |
503 | 505 |
| |
504 | 506 |
| |
505 |
| - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
506 | 511 |
| |
507 | 512 |
| |
508 | 513 |
| |
|
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
202 | 216 |
|
0 commit comments
Comments
(0)