pgsql: Remove special handling for open() in initdb for Windows

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove special handling for open() in initdb for Windows
Date: 2018-09-20 21:44:15
Message-ID: E1g36kB-0006ns-4j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/925673f27b1df2d9582f66b33519771137b1df7f

Modified Files
--------------
src/bin/initdb/initdb.c | 8 --------
1 file changed, 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-09-20 23:59:32 Re: pgsql: Make WAL segment size configurable at initdb time.
Previous Message Tom Lane 2018-09-20 21:21:20 pgsql: Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.