Move pg_test_fsync from contrib/ to src/bin/ Reviewed-by: Michael Paquier <michael.paqu...@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(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers