]> granicus.if.org Git - postgresql/commit
Move pg_test_fsync from contrib/ to src/bin/
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 11 Mar 2015 02:33:24 +0000 (22:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 20 Apr 2015 02:20:49 +0000 (22:20 -0400)
commit00882d9e5ce7b693aa536346f68a826064c8683a
treea2052ee3c2e06923855119816ef38f170e1ac7da
parentf92fc4c95ddcc25978354a8248d3df22269201bc
Move pg_test_fsync from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
12 files changed:
contrib/Makefile
contrib/pg_test_fsync/Makefile [deleted file]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/pgtestfsync.sgml [moved from doc/src/sgml/pgtestfsync.sgml with 95% similarity]
doc/src/sgml/reference.sgml
src/bin/Makefile
src/bin/pg_test_fsync/.gitignore [moved from contrib/pg_test_fsync/.gitignore with 100% similarity]
src/bin/pg_test_fsync/Makefile [new file with mode: 0644]
src/bin/pg_test_fsync/pg_test_fsync.c [moved from contrib/pg_test_fsync/pg_test_fsync.c with 100% similarity]
src/tools/msvc/Mkvcbuild.pm