From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Move pg_test_fsync from contrib/ to src/bin/ |
Date: | 2015-04-20 02:39:43 |
Message-ID: | E1Yk1cd-0003za-A1@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Move pg_test_fsync from contrib/ to src/bin/
Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2015-04-20 05:51:10 | Re: pgsql: Move pg_test_fsync from contrib/ to src/bin/ |
Previous Message | Bruce Momjian | 2015-04-18 00:08:48 | pgsql: pg_upgrade: binary_upgrade_create_empty_extension() is strict |