forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0b039e3
committed
Fix some inconsistencies with GUC categories
This commit addresses a few things around GUCs:- The TCP-related parameters (the four tcp_keepalives_* andclient_connection_check_interval are listed in postgresql.conf.sample ina subsection called "TCP settings" of "CONNECTIONS AND AUTHENTICATION",but they did not have their own group name in guc.c.- enable_group_by_reordering, stats_fetch_consistency andrecovery_prefetch had an inconsistent description, missing a dot at theend.- In postgresql.conf.sample, "Process title" should not have a sectionof its own, but it should be a subsection of "REPORTING AND LOGGING".This impacts the contents of pg_settings, which could be seen as acompatibility break, so no backpatch is done. This is similar to thecleanup done ina55a984.Author: Shinya KatoDiscussion:https://postgr.es/m/5e0c9c608624eafbba910c344282cb14@oss.nttdata.com1 parentffbfde4 commit0b039e3
File tree
4 files changed
+19
-12
lines changed- doc/src/sgml
- src
- backend/utils/misc
- include/utils
4 files changed
+19
-12
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
896 | 896 |
| |
897 | 897 |
| |
898 | 898 |
| |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
899 | 906 |
| |
900 | 907 |
| |
901 | 908 |
| |
|
Lines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
778 | 778 |
| |
779 | 779 |
| |
780 | 780 |
| |
| 781 | + | |
| 782 | + | |
781 | 783 |
| |
782 | 784 |
| |
783 | 785 |
| |
| |||
1216 | 1218 |
| |
1217 | 1219 |
| |
1218 | 1220 |
| |
1219 |
| - | |
| 1221 | + | |
1220 | 1222 |
| |
1221 | 1223 |
| |
1222 | 1224 |
| |
| |||
3460 | 3462 |
| |
3461 | 3463 |
| |
3462 | 3464 |
| |
3463 |
| - | |
| 3465 | + | |
3464 | 3466 |
| |
3465 | 3467 |
| |
3466 | 3468 |
| |
| |||
3471 | 3473 |
| |
3472 | 3474 |
| |
3473 | 3475 |
| |
3474 |
| - | |
| 3476 | + | |
3475 | 3477 |
| |
3476 | 3478 |
| |
3477 | 3479 |
| |
| |||
3493 | 3495 |
| |
3494 | 3496 |
| |
3495 | 3497 |
| |
3496 |
| - | |
| 3498 | + | |
3497 | 3499 |
| |
3498 | 3500 |
| |
3499 | 3501 |
| |
| |||
3595 | 3597 |
| |
3596 | 3598 |
| |
3597 | 3599 |
| |
3598 |
| - | |
| 3600 | + | |
3599 | 3601 |
| |
3600 | 3602 |
| |
3601 | 3603 |
| |
| |||
3640 | 3642 |
| |
3641 | 3643 |
| |
3642 | 3644 |
| |
3643 |
| - | |
| 3645 | + | |
3644 | 3646 |
| |
3645 | 3647 |
| |
3646 | 3648 |
| |
| |||
4953 | 4955 |
| |
4954 | 4956 |
| |
4955 | 4957 |
| |
4956 |
| - | |
| 4958 | + | |
4957 | 4959 |
| |
4958 | 4960 |
| |
4959 | 4961 |
| |
| |||
5044 | 5046 |
| |
5045 | 5047 |
| |
5046 | 5048 |
| |
5047 |
| - | |
| 5049 | + | |
5048 | 5050 |
| |
5049 | 5051 |
| |
5050 | 5052 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 |
| - | |
601 |
| - | |
602 |
| - | |
603 |
| - | |
| 600 | + | |
604 | 601 |
| |
605 | 602 |
| |
606 | 603 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
|
0 commit comments
Comments
(0)