Further tweak the default behavior of psql's \dconfig.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 139d46ee26a2c7813d02739d35fa305890643ac1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-04-13T19:03:58Z
Releases: 15.0
Further tweak the default behavior of psql's \dconfig.

Define "parameters with non-default settings" as being those that
not only have pg_settings.source different from 'default', but
also have a current value different from the hard-wired boot_val.
Adding the latter restriction removes a number of not-very-interesting
cases where the active setting is chosen by initdb but in practice
tends to be the same all the time.

Per discussion with Jonathan Katz.

Discussion: https://postgr.es/m/YlFQLzlPi4QD0wSi@msg.df7cb.de

Files

PathChange+/−
src/bin/psql/describe.c modified +2 −1

Discussion