Commit 2941138
committed
doc: Fix description of some GUCs in docs and postgresql.conf.sample
The following parameters have been imprecise, or incorrect, about their
description (PGC_POSTMASTER or PGC_SIGHUP):
- autovacuum_work_mem (docs, as of 9.6~)
- huge_page_size (docs, as of 14~)
- max_logical_replication_workers (docs, as of 10~)
- max_sync_workers_per_subscription (docs, as of 10~)
- min_dynamic_shared_memory (docs, as of 14~)
- recovery_init_sync_method (postgresql.conf.sample, as of 14~)
- remove_temp_files_after_crash (docs, as of 14~)
- restart_after_crash (docs, as of 9.6~)
- ssl_min_protocol_version (docs, as of 12~)
- ssl_max_protocol_version (docs, as of 12~)
This commit adjusts the description of all these parameters to be more
consistent with the practice used for the others.
Revewed-by: Justin Pryzby
Discussion: https://postgr.es/m/YK2ltuLpe+FbRXzA@paquier.xyz
Backpatch-through: 9.61 parent 6f4bdf8 commit 2941138
File tree
2 files changed
+35
-4
lines changed- doc/src/sgml
- src/backend/utils/misc
2 files changed
+35
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1472 | 1472 | | |
1473 | 1473 | | |
1474 | 1474 | | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
1475 | 1480 | | |
1476 | 1481 | | |
1477 | 1482 | | |
| |||
1490 | 1495 | | |
1491 | 1496 | | |
1492 | 1497 | | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
1493 | 1503 | | |
1494 | 1504 | | |
1495 | 1505 | | |
| |||
1703 | 1713 | | |
1704 | 1714 | | |
1705 | 1715 | | |
1706 | | - | |
| 1716 | + | |
1707 | 1717 | | |
1708 | 1718 | | |
1709 | 1719 | | |
| |||
1900 | 1910 | | |
1901 | 1911 | | |
1902 | 1912 | | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
1903 | 1916 | | |
1904 | 1917 | | |
1905 | 1918 | | |
| |||
2029 | 2042 | | |
2030 | 2043 | | |
2031 | 2044 | | |
2032 | | - | |
| 2045 | + | |
| 2046 | + | |
2033 | 2047 | | |
2034 | 2048 | | |
2035 | 2049 | | |
| |||
4794 | 4808 | | |
4795 | 4809 | | |
4796 | 4810 | | |
4797 | | - | |
| 4811 | + | |
| 4812 | + | |
4798 | 4813 | | |
4799 | 4814 | | |
4800 | 4815 | | |
| |||
4819 | 4834 | | |
4820 | 4835 | | |
4821 | 4836 | | |
4822 | | - | |
| 4837 | + | |
| 4838 | + | |
| 4839 | + | |
4823 | 4840 | | |
4824 | 4841 | | |
4825 | 4842 | | |
| |||
9836 | 9853 | | |
9837 | 9854 | | |
9838 | 9855 | | |
| 9856 | + | |
| 9857 | + | |
| 9858 | + | |
| 9859 | + | |
| 9860 | + | |
9839 | 9861 | | |
9840 | 9862 | | |
9841 | 9863 | | |
| |||
9853 | 9875 | | |
9854 | 9876 | | |
9855 | 9877 | | |
| 9878 | + | |
| 9879 | + | |
| 9880 | + | |
| 9881 | + | |
| 9882 | + | |
9856 | 9883 | | |
9857 | 9884 | | |
9858 | 9885 | | |
| |||
9921 | 9948 | | |
9922 | 9949 | | |
9923 | 9950 | | |
| 9951 | + | |
| 9952 | + | |
| 9953 | + | |
9924 | 9954 | | |
9925 | 9955 | | |
9926 | 9956 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
| 777 | + | |
777 | 778 | | |
778 | 779 | | |
779 | 780 | | |
| |||
0 commit comments