mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 03:21:24 +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