]> granicus.if.org Git - postgresql/commit
Remove special handling for open() in initdb for Windows
authorMichael Paquier <michael@paquier.xyz>
Thu, 20 Sep 2018 21:41:44 +0000 (06:41 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 20 Sep 2018 21:41:44 +0000 (06:41 +0900)
commit925673f27b1df2d9582f66b33519771137b1df7f
treeb5a253ac15248c3a8eb0c44f5cc5c58a03a20024
parentc9a8a401f169ec793b1a89b71b0340dd2cfe8bd7
Remove special handling for open() in initdb for Windows

40cfe86 enforces the translation mode to text for all frontends, so this
special handling in initdb is not needed anymore.
src/bin/initdb/initdb.c