Describe special values in more GUC descriptions. Commit 977d865c36 established some rules for mentioning special values (e.g., -1, 0, an empty string) in GUC descriptions. A few parameters either neglect to mention their special values or describe them in a way that doesn't follow those rules. Most of these parameters were added after the aforementioned commit. This commit fixes them.
Reviewed-by: Bharath Rupireddy <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Reviewed-by: Chao Li <[email protected]> Reviewed-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/aqMkIpRr62cVqtCZ%40nathan Backpatch-through: 19 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/bd1244343332419df6b34be38883ee0af3227030 Modified Files -------------- src/backend/utils/misc/guc_parameters.dat | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
