]> granicus.if.org Git - postgresql/commit
Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows" REL_11_BETA4
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Sep 2018 21:28:27 +0000 (17:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Sep 2018 21:28:27 +0000 (17:28 -0400)
commitdf8b5f3eb8a7c477156d0ad9d83e7297912cfe79
treeeb3282a36b1febc75effa12587350d80c09b6711
parent5c07d6497d8e694e5de5a78c1e3f74e2b9790c48
Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"

This reverts commit f02259fe93e75d5443a2fabe2f2f38b81924ab36, in the
v11 branch only.

The hack this required in initdb.c should probably have clued us that it
wasn't really ready, but we didn't get the hint.  Subsequent developments
have made clear that it affected text-vs-binary behavior in a lot of
places, and there's no reason to think that any of those behavioral changes
are desirable.  There's no time to fix this before 11beta4, so just revert
for the moment.  We can keep working on this in HEAD, and maybe reconsider
a back-patch once we're satisfied things are stable.

(I take the blame for this fiasco, having encouraged Michael to back-patch
a change at the last possible moment before beta wrap.)
src/bin/initdb/initdb.c
src/bin/pg_basebackup/pg_receivewal.c
src/bin/pg_verify_checksums/pg_verify_checksums.c
src/common/file_utils.c
src/include/port.h