pgsql: More pg_test_fsync cleanup.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: More pg_test_fsync cleanup.
Дата
Msg-id E1PgRbC-00069T-Oa@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
More pg_test_fsync cleanup.

Un-break Windows build (I hope) by making the HAVE_FSYNC_WRITETHROUGH
code match the backend.  Fix incorrect program help message.  static-ize
all functions.

Branch
------
master

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

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |   64 +++++++++++++++++++++-----------
1 files changed, 42 insertions(+), 22 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up pg_test_fsync commit.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Code cleanup for assign_XactIsoLevel.