]> granicus.if.org Git - postgresql/commit
Move \r out of translatable strings
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 17 Aug 2011 07:52:35 +0000 (10:52 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 17 Aug 2011 07:55:22 +0000 (10:55 +0300)
commit9dcaf9a0526ff988566a47d21b5a8149e17c9ba2
treece3a3e637abb32259a63114a5dcec274f30d5145
parent1361a47359669dffb0bfbbbb6fec8be3c5087656
Move \r out of translatable strings

The translation tools are very unhappy about seeing \r in translatable
strings, so move it to a separate fprintf call.
src/bin/pg_basebackup/pg_basebackup.c