]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Aug 2005 15:16:27 +0000 (15:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Aug 2005 15:16:27 +0000 (15:16 +0000)
commit74888b93490ea7c4f70fafba196bb4ad2891c259
treee968d3bf8029e32632527d40063d91aa18208daf
parent9216c8999affbb2df78173665a215f4b3198de48
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.
src/bin/initdb/initdb.c