Log Message:
-----------
Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or
may not be obsolete, but since every other readdir loop in our code
has it, I think this should too.
Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.93 -> r1.94)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.93&r2=1.94)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2005-08-02 15:17:25 |
| Subject: pgsql: Use ReadDir() not readdir() so as to have some modicum of error |
| Previous: | From: Tom Lane | Date: 2005-08-02 15:14:56 |
| Subject: pgsql: rmtree() reported the wrong pathname if final rmdir failed. |