Обсуждение: pgsql: Add ERROR_NO_MORE_FILES workaround to check_data_dir().

Поиск
Список
Период
Сортировка

pgsql: Add ERROR_NO_MORE_FILES workaround to check_data_dir().

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)