Unify error messages
Álvaro Herrera <alvherre@kurilemu.de>
Unify error messages No visible changes, just refactor how messages are constructed.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/aclchk.c | modified | +4 −2 |
| src/backend/commands/cluster.c | modified | +2 −2 |
| src/backend/commands/dbcommands.c | modified | +2 −1 |
| src/backend/commands/explain_state.c | modified | +8 −7 |
| src/backend/commands/indexcmds.c | modified | +2 −2 |
| src/backend/commands/vacuum.c | modified | +4 −2 |
| src/backend/postmaster/checkpointer.c | modified | +2 −1 |
| src/backend/replication/walsender.c | modified | +2 −2 |
| src/bin/pg_basebackup/pg_createsubscriber.c | modified | +4 −2 |
| src/bin/pg_dump/pg_dumpall.c | modified | +11 −5 |
| src/bin/pg_dump/pg_dump.c | modified | +27 −13 |
| src/bin/pg_dump/pg_restore.c | modified | +26 −13 |