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

From Bruce Momjian
Subject pgsql: Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Date
Msg-id E1WR3Xj-00060o-Bm@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Properly check for readdir/closedir() failures
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions.