pgsql: pg_upgrade: Make format strings consistent

2025-08-07 Thread Peter Eisentraut
pg_upgrade: Make format strings consistent The backport of commit f295494d338 introduced a format string using %m. This is not wrong, since those have been supported since commit d6c55de1f99a, but only commit 2c8118ee5d9 later introduced their use in this file. This use introduces a gratuitously

pgsql: pg_upgrade: Make format strings consistent

2025-08-07 Thread Peter Eisentraut
pg_upgrade: Make format strings consistent The backport of commit f295494d338 introduced a format string using %m. This is not wrong, since those have been supported since commit d6c55de1f99a, but only commit 2c8118ee5d9 later introduced their use in this file. This use introduces a gratuitously

pgsql: pg_upgrade: Make format strings consistent

2025-08-07 Thread Peter Eisentraut
pg_upgrade: Make format strings consistent The backport of commit f295494d338 introduced a format string using %m. This is not wrong, since those have been supported since commit d6c55de1f99a, but only commit 2c8118ee5d9 later introduced their use in this file. This use introduces a gratuitously

pgsql: pg_upgrade: Make format strings consistent

2025-08-07 Thread Peter Eisentraut
pg_upgrade: Make format strings consistent The backport of commit f295494d338 introduced a format string using %m. This is not wrong, since those have been supported since commit d6c55de1f99a, but only commit 2c8118ee5d9 later introduced their use in this file. This use introduces a gratuitously