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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove special handling for open() in initdb for Windows
Дата
Msg-id E1g36kB-0006ns-4j@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix psql's tab completion for TABLE.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Make WAL segment size configurable at initdb time.