pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
Дата
Msg-id 20061020005903.B9F5F9FB232@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
and avoid scribbling on its result (might be safe but why risk it)

Modified Files:
--------------
    pgsql/contrib/adminpack:
        adminpack.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/adminpack.c.diff?r1=1.6&r2=1.7)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Back-patch second version of AIX getaddrinfo fix.