pgsql: Remove special handling for open() in initdb for Windows - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove special handling for open() in initdb for Windows
Date
Msg-id E1g36kB-0006ns-4j@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix psql's tab completion for TABLE.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Make WAL segment size configurable at initdb time.