forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f94bec
committed
Silence gettext warning about '\r' escape sequence in translatable string.
gettext was unhappy about the commitb216ad7 because it revealedthe problem that internationalized messages may contain '\r' escapesequence in pg_rewind. This commit moves '\r' to a separate printf() call.Michael Paquier, bug reported by Peter Eisentraut1 parent442663f commit1f94bec
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
| 140 | + | |
140 | 141 |
|
0 commit comments
Comments
(0)