mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
gettext was unhappy about the commit b216ad7
because it revealed
the problem that internationalized messages may contain '\r' escape
sequence in pg_rewind. This commit moves '\r' to a separate printf() call.
Michael Paquier, bug reported by Peter Eisentraut