aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2012-09-05 17:41:43 -0400
committerAndrew Dunstan <andrew@dunslane.net>2012-09-05 17:41:43 -0400
commitea0b414a0d9caaad1b7f39acd57708895c4dd0f3 (patch)
treede13bb858415fa609eccd0de3547b0f8375fbf91 /src/backend/access/gist
parent28ab4a5aabeec1db7e9d6fd14c26cc92ccb670a2 (diff)
downloadpostgresql-ea0b414a0d9caaad1b7f39acd57708895c4dd0f3.tar.gz
postgresql-ea0b414a0d9caaad1b7f39acd57708895c4dd0f3.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/backend/access/gist')
0 files changed, 0 insertions, 0 deletions