aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-07-14 16:02:53 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-07-14 16:03:12 +0300
commitf20d58a6f7b68b731c94a639e4c0802e8a0acb5b (patch)
treec446c2d9cbcee0fe0e0b69959fac9a85bf152dc5 /src/backend/utils
parent3fbebd781a44578fe79867af0d04d3803ee6fba6 (diff)
downloadpostgresql-f20d58a6f7b68b731c94a639e4c0802e8a0acb5b.tar.gz
postgresql-f20d58a6f7b68b731c94a639e4c0802e8a0acb5b.zip
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
Diffstat (limited to 'src/backend/utils')
0 files changed, 0 insertions, 0 deletions