summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-11-30 14:38:49 +0900
committerMichael Paquier <michael@paquier.xyz>2021-11-30 14:38:49 +0900
commitbe5455124b0f073ba3924ae2ba302a27b1686230 (patch)
tree16bb8c07c7488fe44c8e721389f80ab7b96a7cf0 /src/backend/access/gist/gist.c
parent8d74fc96db5fd547e077bf9bf4c3b67f821d71cd (diff)
downloadpostgresql-be5455124b0f073ba3924ae2ba302a27b1686230.tar.gz
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 to not be listed in the output of EXPLAIN (SETTINGS) if using a value different than the default, contrary to the other planner-level GUCs. - trace_recovery_messages missed GUC_NOT_IN_SAMPLE, like the other developer options. - ssl_renegotiation_limit should be marked as COMPAT_OPTIONS_PREVIOUS. While on it, this fixes one incorrect comment related to autovacuum_freeze_max_age, and improves the descriptions of some other GUCs, recently introduced. Extracted from a larger patch set by the same author. Author: Justin Pryzby Description: https://postgr.es/m/20211129030833.GJ17618@telsasoft.com
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions