pgsql: Remove error message hints mentioning configure options - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove error message hints mentioning configure options
Date
Msg-id E1nchT3-000qav-NT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/708007dced2b05ed9b4f1963e91b2eb67413bd19

Modified Files
--------------
src/backend/access/common/toast_compression.c |   3 +-
src/backend/libpq/hba.c                       |   2 -
src/backend/utils/adt/pg_locale.c             |   6 +-
src/backend/utils/adt/xml.c                   |   3 +-
src/bin/initdb/initdb.c                       |   1 -
src/test/regress/expected/compression_1.out   |   5 -
src/test/regress/expected/xml_1.out           | 163 --------------------------
src/test/regress/expected/xmlmap_1.out        |  28 -----
8 files changed, 4 insertions(+), 207 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pgstat: Update docs to match the shared memory stats reality.
Next
From: Jeff Davis
Date:
Subject: pgsql: Add contrib/pg_walinspect.