pgsql: Remove MinGW readdir/errno bug workaround fixed on 2003-10-10

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Дата
Msg-id E1WR3Xj-00060o-Bm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1494931d7375ccdc6afd34f135bc708f8954eecc

Modified Files
--------------
contrib/pg_archivecleanup/pg_archivecleanup.c |    6 ------
contrib/pg_standby/pg_standby.c               |    6 ------
src/backend/storage/file/fd.c                 |    6 ------
src/bin/initdb/initdb.c                       |    6 ------
src/bin/pg_basebackup/pg_receivexlog.c        |    6 ------
src/bin/pg_dump/pg_backup_directory.c         |    6 ------
src/bin/pg_resetxlog/pg_resetxlog.c           |   18 ------------------
src/common/pgfnames.c                         |    6 ------
src/port/pgcheckdir.c                         |    6 ------
9 files changed, 66 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Properly check for readdir/closedir() failures
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions.