pgsql: Clean up pg_test_fsync commit.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clean up pg_test_fsync commit.
Дата
Msg-id E1PgRKa-0005vv-Sq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up pg_test_fsync commit.

Actually rename the program, rather than just claiming we did.  Hook it
into the build system.  Get rid of useless dependency on libpq.  Clean up
#include list and messy whitespace.

Branch
------
master

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

Modified Files
--------------
contrib/Makefile                      |    1 +
contrib/README                        |    8 +-
contrib/pg_test_fsync/.gitignore      |    1 +
contrib/pg_test_fsync/Makefile        |   14 +-
contrib/pg_test_fsync/pg_test_fsync.c |  542 ++++++++++++++++++++++++++++++++
contrib/pg_test_fsync/test_fsync.c    |  546 ---------------------------------
doc/src/sgml/pgtestfsync.sgml         |    2 +-
7 files changed, 557 insertions(+), 557 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix broken markup, also minor copy-editing.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: More pg_test_fsync cleanup.