postgresql/src/bin/scripts
Tom Lane 9a374b77fb Improve frontend error logging style.
Get rid of the separate "FATAL" log level, as it was applied
so inconsistently as to be meaningless.  This mostly involves
s/pg_log_fatal/pg_log_error/g.

Create a macro pg_fatal() to handle the common use-case of
pg_log_error() immediately followed by exit(1).  Various
modules had already invented either this or equivalent macros;
standardize on pg_fatal() and apply it where possible.

Invent the ability to add "detail" and "hint" messages to a
frontend message, much as we have long had in the backend.

Except where rewording was needed to convert existing coding
to detail/hint style, I have (mostly) resisted the temptation
to change existing message wording.

Patch by me.  Design and patch reviewed at various stages by
Robert Haas, Kyotaro Horiguchi, Peter Eisentraut and
Daniel Gustafsson.

Discussion: https://postgr.es/m/1363732.1636496441@sss.pgh.pa.us
2022-04-08 14:55:14 -04:00
..
po Translation updates 2021-06-21 12:33:50 +02:00
t Simplify a needlessly-complicated regular expression. 2022-03-30 09:03:28 -04:00
.gitignore Remove createlang and droplang 2017-03-23 14:16:45 -04:00
clusterdb.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
common.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
common.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
createdb.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
createuser.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
dropdb.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
dropuser.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
Makefile Add option to use ICU as global locale provider 2022-03-17 11:13:16 +01:00
nls.mk Translation updates 2021-05-10 14:36:21 +02:00
pg_isready.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
reindexdb.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
vacuumdb.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00