Commit 0b039e3
committed
Fix some inconsistencies with GUC categories
This commit addresses a few things around GUCs:
- The TCP-related parameters (the four tcp_keepalives_* and
client_connection_check_interval are listed in postgresql.conf.sample in
a 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 and
recovery_prefetch had an inconsistent description, missing a dot at the
end.
- In postgresql.conf.sample, "Process title" should not have a section
of its own, but it should be a subsection of "REPORTING AND LOGGING".
This impacts the contents of pg_settings, which could be seen as a
compatibility break, so no backpatch is done. This is similar to the
cleanup done in a55a984.
Author: Shinya Kato
Discussion: https://postgr.es/m/5e0c9c608624eafbba910c344282cb14@oss.nttdata.com1 parent ffbfde4 commit 0b039e3
File tree
4 files changed
+19
-12
lines changed- doc/src/sgml
- src
- backend/utils/misc
- include/utils
4 files changed
+19
-12
lines changed| 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 | | |
| |||
| 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 | | |
| |||
| 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 | | |
| |||
| 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