Files
postgresql/src/bin/pg_basebackup
Heikki Linnakangas cedd25ae88 Fix pg_basebackup output to stdout on Windows.
When writing a backup to stdout with pg_basebackup on Windows, put stdout
to binary mode. Any CR bytes in the output will otherwise be output
incorrectly as CR+LF.

In the passing, standardize on using "_setmode" instead of "setmode", for
the sake of consistency. They both do the same thing, but according to
MSDN documentation, setmode is deprecated.

Fixes bug #14634, reported by Henry Boehlert. Patch by Haribabu Kommi.
Backpatch to all supported versions.

Discussion: https://www.postgresql.org/message-id/20170428082818.24366.13134@wrigleys.postgresql.org
2017-07-14 16:03:05 +03:00
..
2017-05-08 10:10:54 -04:00
2014-04-14 21:33:46 -04:00
2016-01-02 13:33:40 -05:00
2016-09-26 12:00:00 -04:00
2017-05-16 08:52:39 -04:00
2016-03-11 11:15:12 +01:00
2016-01-02 13:33:40 -05:00