diff options
author | Heikki Linnakangas | 2017-07-14 13:02:53 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2017-07-14 13:02:53 +0000 |
commit | 8046465c2ecf6841ad80265f84294edd98aefd8b (patch) | |
tree | b54e6cdc10c293d4da748418cdb52c43f9f785f1 /src/tutorial/funcs.c | |
parent | a3ca72ae9ac14acb2b1b9cd207ac0c8a01f1439a (diff) |
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/[email protected]
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions