forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb78f4d2
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 parent896bd6d commitb78f4d2
2 files changed
+21
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
| 485 | + | |
485 | 486 |
| |
486 | 487 |
| |
487 | 488 |
| |
| |||
492 | 493 |
| |
493 | 494 |
| |
494 | 495 |
| |
495 |
| - | |
| 496 | + | |
496 | 497 |
| |
| 498 | + | |
497 | 499 |
| |
498 | 500 |
| |
499 | 501 |
| |
500 | 502 |
| |
501 | 503 |
| |
502 | 504 |
| |
503 |
| - | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
504 | 509 |
| |
505 | 510 |
| |
506 | 511 |
| |
|
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
190 | 204 |
|
0 commit comments
Comments
(0)