pgsql: More pg_test_fsync fixups.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: More pg_test_fsync fixups.
Дата
Msg-id E1Pgjek-00056m-6H@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
More pg_test_fsync fixups.

Reduce #includes to minimum actually needed; in particular include
postgres_fe.h not postgres.h, so as to stop build failures on some
platforms.

Use get_progname() instead of hardwired program name; improve error
checking for command line syntax; bring error messages into line with
style guidelines; include strerror result in die() cases.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=37eb2cd4ad4c3323f1c7ed1c893c9d645fbaeb1a

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |   62 +++++++++++++++++++--------------
1 files changed, 36 insertions(+), 26 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defi
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Get rid of the global variable holding the error state