Improve defaults shown in postgresql.conf.sample and pg_settings

Bruce Momjian <bruce@momjian.us>

Commit: f7bda63a487c542949c8150de8e63bc728e5e31e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2021-08-23T16:33:38Z
Releases: 15.0
Improve defaults shown in postgresql.conf.sample and pg_settings

Previously, these showed unlikely default values.  The new default value
128MB (since PG 10) is not always accurate since initdb tries several
increasing values, but it likely to be accurate.

Reported-by: Zhangjie <zhangjie2@fujitsu.com>

Discussion: https://postgr.es/m/TYWPR01MB7678772FD8640C404F1DC882F9079@TYWPR01MB7678.jpnprd01.prod.outlook.com

Author: Zhangjie

Backpatch-through: master

Files