aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/clusterdb.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2012-09-05 17:48:06 -0400
committerAndrew Dunstan <andrew@dunslane.net>2012-09-05 17:48:06 -0400
commit5654fd1771398c9f85f91aef53361c96f4eef49c (patch)
treefaea8b957946eaa2020301f9f9a99899a3f5152d /src/bin/scripts/clusterdb.c
parent8e6f6b8ef2b990712d999f2f32c610376c1ebf57 (diff)
downloadpostgresql-5654fd1771398c9f85f91aef53361c96f4eef49c.tar.gz
postgresql-5654fd1771398c9f85f91aef53361c96f4eef49c.zip
Fix line end mishandling in pg_upgrade on Windows.
pg_upgrade opened the output from pg_dumpall in text mode and wrote the split files in text mode. This caused unwanted eating of intended carriage returns on input and production of spurious carriage returns on output. To avoid this, open all these files in binary mode. On non-Windows platforms, this change has no effect. Backpatch to 9.0. On 9.0 and 9.1, we also switch from redirecting pg_dumpall's output to using pg_dumpall's -f switch, for the same reason.
Diffstat (limited to 'src/bin/scripts/clusterdb.c')
0 files changed, 0 insertions, 0 deletions