Fix redundancy in error messages
Peter Eisentraut <peter@eisentraut.org>
Fix redundancy in error messages pg_log_error() already prints the program name, so we don't need to print it again inside the message.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_combinebackup/pg_combinebackup.c | modified | +1 −1 |
| src/bin/pg_walsummary/pg_walsummary.c | modified | +1 −1 |