| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 |
| Date: | 2014-03-21 17:47:43 |
| Message-ID: | E1WR3Xj-00060o-Bm@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2014-03-21 21:26:26 | Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions. |
| Previous Message | Bruce Momjian | 2014-03-21 17:45:25 | pgsql: Properly check for readdir/closedir() failures |