Fix redundancy in error messages
authorPeter Eisentraut
Thu, 20 Jun 2024 09:17:21 +0000 (11:17 +0200)
committerPeter Eisentraut
Thu, 20 Jun 2024 09:17:21 +0000 (11:17 +0200)
commit16a3415440ecf2f5cd02848fc05cbfe040ce14c2
tree5d10e015e3df887a89675eba1ff1712abe269b71
parent95b44bb025b5d13c673662af68a218bd1873861f
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.
src/bin/pg_combinebackup/pg_combinebackup.c
src/bin/pg_walsummary/pg_walsummary.c