1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Move pg_test_timing from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
Peter Eisentraut
2015-03-10 22:33:24 -04:00
parent d992f8a896
commit 528c2e44ab
12 changed files with 33 additions and 34 deletions

View File

@ -202,7 +202,6 @@ pages.
</para>
&pgstandby;
&pgtesttiming;
&pgxlogdump;
</sect1>
</appendix>

View File

@ -133,7 +133,6 @@
<!ENTITY pgstandby SYSTEM "pgstandby.sgml">
<!ENTITY pgstatstatements SYSTEM "pgstatstatements.sgml">
<!ENTITY pgstattuple SYSTEM "pgstattuple.sgml">
<!ENTITY pgtesttiming SYSTEM "pgtesttiming.sgml">
<!ENTITY pgtrgm SYSTEM "pgtrgm.sgml">
<!ENTITY pgxlogdump SYSTEM "pg_xlogdump.sgml">
<!ENTITY postgres-fdw SYSTEM "postgres-fdw.sgml">

View File

@ -194,6 +194,7 @@ Complete list of usable sgml source files in this directory.
<!ENTITY pgRestore SYSTEM "pg_restore.sgml">
<!ENTITY pgRewind SYSTEM "pg_rewind.sgml">
<!ENTITY pgtestfsync SYSTEM "pgtestfsync.sgml">
<!ENTITY pgtesttiming SYSTEM "pgtesttiming.sgml">
<!ENTITY pgupgrade SYSTEM "pgupgrade.sgml">
<!ENTITY postgres SYSTEM "postgres-ref.sgml">
<!ENTITY postmaster SYSTEM "postmaster.sgml">

View File

@ -1,4 +1,4 @@
<!-- doc/src/sgml/pgtesttiming.sgml -->
<!-- doc/src/sgml/ref/pgtesttiming.sgml -->
<refentry id="pgtesttiming">
<indexterm zone="pgtesttiming">
@ -290,14 +290,6 @@ Histogram of timing durations:
</refsect2>
</refsect1>
<refsect1>
<title>Author</title>
<para>
Ants Aasma <email>ants.aasma@eesti.ee</email>
</para>
</refsect1>
<refsect1>
<title>See Also</title>

View File

@ -264,6 +264,7 @@
&pgResetxlog;
&pgRewind;
&pgtestfsync;
&pgtesttiming;
&pgupgrade;
&postgres;
&postmaster;