forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit79f2d63
committed
Update postgresql.conf.sample to match pg_settings classificaitons.
A handful of settings, most notably shared_preload_libraries, werejust plain the wrong place compared to their assigned config_groupvalue in guc.c (and thus pg_settings). In other cases the names ofthe sections in postgresql.conf.sample were mildly different fromthe corresponding entries in config_group_names[]. Make it allconsistent.Adrián Escoms, reviewed by me.Discussion:http://postgr.es/m/CACksPC2veEmFRYqwYepWYO9U7aFhAx6sYq+WqjTyHw7uV=E=pw@mail.gmail.com1 parente89a71f commit79f2d63
1 file changed
+18
-14
lines changedLines changed: 18 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
| |||
172 | 171 |
| |
173 | 172 |
| |
174 | 173 |
| |
175 |
| - | |
| 174 | + | |
176 | 175 |
| |
177 | 176 |
| |
178 | 177 |
| |
| |||
228 | 227 |
| |
229 | 228 |
| |
230 | 229 |
| |
231 |
| - | |
| 230 | + | |
232 | 231 |
| |
233 | 232 |
| |
234 | 233 |
| |
| |||
337 | 336 |
| |
338 | 337 |
| |
339 | 338 |
| |
340 |
| - | |
| 339 | + | |
341 | 340 |
| |
342 | 341 |
| |
343 | 342 |
| |
| |||
472 | 471 |
| |
473 | 472 |
| |
474 | 473 |
| |
475 |
| - | |
476 |
| - | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
484 |
| - | |
| 484 | + | |
485 | 485 |
| |
486 | 486 |
| |
487 |
| - | |
| 487 | + | |
488 | 488 |
| |
489 | 489 |
| |
490 | 490 |
| |
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 |
| - | |
| 497 | + | |
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
| |||
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
506 |
| - | |
| 506 | + | |
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
| |||
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
591 |
| - | |
| 591 | + | |
592 | 592 |
| |
593 |
| - | |
| 593 | + | |
594 | 594 |
| |
595 | 595 |
| |
596 | 596 |
| |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
597 | 601 |
| |
598 | 602 |
| |
599 | 603 |
| |
| |||
611 | 615 |
| |
612 | 616 |
| |
613 | 617 |
| |
614 |
| - | |
| 618 | + | |
615 | 619 |
| |
616 | 620 |
| |
617 | 621 |
| |
|
0 commit comments
Comments
(0)