forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe54551
committed
Fix flags of some GUCs and improve some descriptions
This commit fixes some issues with GUCs:- enable_incremental_sort was not marked as GUC_EXPLAIN, causing it tonot be listed in the output of EXPLAIN (SETTINGS) if using a valuedifferent than the default, contrary to the other planner-level GUCs.- trace_recovery_messages missed GUC_NOT_IN_SAMPLE, like the otherdeveloper options.- ssl_renegotiation_limit should be marked as COMPAT_OPTIONS_PREVIOUS.While on it, this fixes one incorrect comment related toautovacuum_freeze_max_age, and improves the descriptions of some otherGUCs, recently introduced.Extracted from a larger patch set by the same author.Author: Justin PryzbyDescription:https://postgr.es/m/20211129030833.GJ17618@telsasoft.com1 parent8d74fc9 commitbe54551
1 file changed
+10
-11
lines changedLines changed: 10 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 |
| - | |
| 1037 | + | |
| 1038 | + | |
1038 | 1039 |
| |
1039 | 1040 |
| |
1040 | 1041 |
| |
| |||
1223 | 1224 |
| |
1224 | 1225 |
| |
1225 | 1226 |
| |
1226 |
| - | |
| 1227 | + | |
1227 | 1228 |
| |
1228 | 1229 |
| |
1229 | 1230 |
| |
| |||
2944 | 2945 |
| |
2945 | 2946 |
| |
2946 | 2947 |
| |
2947 |
| - | |
2948 |
| - | |
| 2948 | + | |
| 2949 | + | |
2949 | 2950 |
| |
2950 | 2951 |
| |
2951 | 2952 |
| |
| |||
3298 | 3299 |
| |
3299 | 3300 |
| |
3300 | 3301 |
| |
3301 |
| - | |
3302 |
| - | |
3303 |
| - | |
3304 |
| - | |
| 3302 | + | |
3305 | 3303 |
| |
3306 | 3304 |
| |
3307 | 3305 |
| |
| |||
3403 | 3401 |
| |
3404 | 3402 |
| |
3405 | 3403 |
| |
3406 |
| - | |
| 3404 | + | |
3407 | 3405 |
| |
3408 | 3406 |
| |
3409 | 3407 |
| |
| |||
4673 | 4671 |
| |
4674 | 4672 |
| |
4675 | 4673 |
| |
4676 |
| - | |
| 4674 | + | |
4677 | 4675 |
| |
4678 | 4676 |
| |
4679 | 4677 |
| |
| |||
4837 | 4835 |
| |
4838 | 4836 |
| |
4839 | 4837 |
| |
4840 |
| - | |
| 4838 | + | |
| 4839 | + | |
4841 | 4840 |
| |
4842 | 4841 |
| |
4843 | 4842 |
| |
|
0 commit comments
Comments
(0)