mirror of https://github.com/postgres/postgres
The backport of commitREL_14_STABLEf295494d33
introduced a format string using %m. This is not wrong, since those have been supported since commitd6c55de1f9
, but only commit2c8118ee5d
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
parent
f9f6595e31
commit
ed2bb0cdda
Loading…
Reference in new issue