Обсуждение: pgsql: Clean up pg_archivecleanup's error and logging output: put

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

pgsql: Clean up pg_archivecleanup's error and logging output: put

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Clean up pg_archivecleanup's error and logging output: put newlines in
sane places, make messages follow project's message style guidelines.

Also, avoid closedir(NULL).

Fujii Masao and Tom Lane

Modified Files:
--------------
    pgsql/contrib/pg_archivecleanup:
        pg_archivecleanup.c (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_archivecleanup/pg_archivecleanup.c?r1=1.1&r2=1.2)