pgsql: Move test_fsync to /contrib. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Move test_fsync to /contrib.
Date
Msg-id E1PgL61-0000R6-0t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move test_fsync to /contrib.

Branch
------
master

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

Modified Files
--------------
contrib/pg_test_fsync/Makefile     |   23 ++
contrib/pg_test_fsync/test_fsync.c |  549 ++++++++++++++++++++++++++++++++++++
doc/src/sgml/contrib.sgml          |    1 +
doc/src/sgml/filelist.sgml         |    1 +
doc/src/sgml/pgtestfsync.sgml      |   70 +++++
src/tools/fsync/Makefile           |   25 --
src/tools/fsync/README             |   25 --
src/tools/fsync/test_fsync.c       |  549 ------------------------------------
8 files changed, 644 insertions(+), 599 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Don't require usage privileges on the foreign data wrapper when
Next
From: Bruce Momjian
Date:
Subject: pgsql: Update C banner on new pg_test_fsync file.