1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00
Files
postgres/src
Peter Eisentraut a8b31b160b pg_upgrade: Make format strings consistent
The backport of commit f295494d33 introduced a format string using
%m.  This is not wrong, since those have been supported since commit
d6c55de1f9, but only commit 2c8118ee5d later introduced their use
in this file.  This use introduces a gratuitously different
translatable string and also makes it inconsistent with the rest of
the file.  To avoid that, switch this back to the old-style strerror()
route in the appropriate backbranches
2025-08-08 00:28:58 +02:00
..
2025-08-07 17:15:09 +07:00
2022-03-25 08:56:02 +01:00
2025-08-04 16:23:28 +01:00