aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2012-09-05 17:49:09 -0400
committerAndrew Dunstan <andrew@dunslane.net>2012-09-05 17:49:09 -0400
commit26f4fc01849b23d0541722d7cfdbd08739f81e1c (patch)
treef3e7db0d6ccd1e76a8bb9618ea1817a238e2c780 /src/backend/access/gist/gist.c
parent5ee0f03727eb7452ad8ecbca660d500ab78ac015 (diff)
downloadpostgresql-26f4fc01849b23d0541722d7cfdbd08739f81e1c.tar.gz
postgresql-26f4fc01849b23d0541722d7cfdbd08739f81e1c.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/gist.c')
0 files changed, 0 insertions, 0 deletions