]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Unify error messages
authorÁlvaro Herrera <alvherre@kurilemu.de>
Mon, 8 Dec 2025 15:30:52 +0000 (16:30 +0100)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Mon, 8 Dec 2025 15:30:52 +0000 (16:30 +0100)
commit5278222853cab4d9779b707eaea5878856e2471e
tree9b91a3e8c7cf6c4ee38654ced5d641652471c97b
parentd3ceb20846e40ec6f39bce5659ddc15eadd29167
Unify error messages

No visible changes, just refactor how messages are constructed.
src/backend/catalog/aclchk.c
src/backend/commands/cluster.c
src/backend/commands/dbcommands.c
src/backend/commands/explain_state.c
src/backend/commands/indexcmds.c
src/backend/commands/vacuum.c
src/backend/replication/walsender.c
src/bin/pg_basebackup/pg_createsubscriber.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c