Remove error message hints mentioning configure options
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Apr 2022 05:41:09 +0000 (07:41 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Apr 2022 05:41:55 +0000 (07:41 +0200)
commit708007dced2b05ed9b4f1963e91b2eb67413bd19
treec09dc26fbbd73408cc8a231e6667216bf0165c32
parentb3abca68106d518ce5d3c0d9a1e0ec02a647ceda
Remove error message hints mentioning configure options

These are usually not useful since users will use packaged
distributions and won't be interested in rebuilding their installation
from source.  Also, we have only used these kinds of hints for some
features and in some places, not consistently throughout.

Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/2552aed7-d0e9-280a-54aa-2dc7073f371d%40enterprisedb.com
src/backend/access/common/toast_compression.c
src/backend/libpq/hba.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/xml.c
src/bin/initdb/initdb.c
src/test/regress/expected/compression_1.out
src/test/regress/expected/xml_1.out
src/test/regress/expected/xmlmap_1.out