pgsql: Move pg_test_fsync from contrib/ to src/bin/ - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Move pg_test_fsync from contrib/ to src/bin/
Date
Msg-id E1Yk1cd-0003za-A1@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Move pg_test_fsync from contrib/ to src/bin/  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-committers
Move pg_test_fsync from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/00882d9e5ce7b693aa536346f68a826064c8683a

Modified Files
--------------
contrib/Makefile                      |    1 -
contrib/pg_test_fsync/.gitignore      |    1 -
contrib/pg_test_fsync/Makefile        |   18 -
contrib/pg_test_fsync/pg_test_fsync.c |  603 ---------------------------------
doc/src/sgml/contrib.sgml             |    1 -
doc/src/sgml/filelist.sgml            |    1 -
doc/src/sgml/pgtestfsync.sgml         |  121 -------
doc/src/sgml/ref/allfiles.sgml        |    1 +
doc/src/sgml/ref/pgtestfsync.sgml     |  113 ++++++
doc/src/sgml/reference.sgml           |    1 +
src/bin/Makefile                      |    1 +
src/bin/pg_test_fsync/.gitignore      |    1 +
src/bin/pg_test_fsync/Makefile        |   27 ++
src/bin/pg_test_fsync/pg_test_fsync.c |  603 +++++++++++++++++++++++++++++++++
src/tools/msvc/Mkvcbuild.pm           |    8 +-
15 files changed, 751 insertions(+), 750 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: binary_upgrade_create_empty_extension() is strict
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Move pg_test_fsync from contrib/ to src/bin/