forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0ab64ab
committed
doc: Fix description of some GUCs in docs and postgresql.conf.sample
The following parameters have been imprecise, or incorrect, about theirdescription (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 moreconsistent with the practice used for the others.Revewed-by: Justin PryzbyDiscussion:https://postgr.es/m/YK2ltuLpe+FbRXzA@paquier.xyzBackpatch-through: 9.61 parent9012e55 commit0ab64ab
1 file changed
+23
-2
lines changedLines changed: 23 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1377 | 1377 |
| |
1378 | 1378 |
| |
1379 | 1379 |
| |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
1380 | 1385 |
| |
1381 | 1386 |
| |
1382 | 1387 |
| |
| |||
1395 | 1400 |
| |
1396 | 1401 |
| |
1397 | 1402 |
| |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
1398 | 1408 |
| |
1399 | 1409 |
| |
1400 | 1410 |
| |
| |||
1777 | 1787 |
| |
1778 | 1788 |
| |
1779 | 1789 |
| |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
1780 | 1793 |
| |
1781 | 1794 |
| |
1782 | 1795 |
| |
| |||
4611 | 4624 |
| |
4612 | 4625 |
| |
4613 | 4626 |
| |
4614 |
| - | |
| 4627 | + | |
| 4628 | + | |
4615 | 4629 |
| |
4616 | 4630 |
| |
4617 | 4631 |
| |
| |||
4636 | 4650 |
| |
4637 | 4651 |
| |
4638 | 4652 |
| |
4639 |
| - | |
| 4653 | + | |
| 4654 | + | |
| 4655 | + | |
4640 | 4656 |
| |
4641 | 4657 |
| |
4642 | 4658 |
| |
| |||
9479 | 9495 |
| |
9480 | 9496 |
| |
9481 | 9497 |
| |
| 9498 | + | |
| 9499 | + | |
| 9500 | + | |
| 9501 | + | |
| 9502 | + | |
9482 | 9503 |
| |
9483 | 9504 |
| |
9484 | 9505 |
| |
|
0 commit comments
Comments
(0)