mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Move pg_test_fsync from contrib/ to src/bin/
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@ -202,7 +202,6 @@ pages.
|
||||
</para>
|
||||
|
||||
&pgstandby;
|
||||
&pgtestfsync;
|
||||
&pgtesttiming;
|
||||
&pgxlogdump;
|
||||
</sect1>
|
||||
|
@ -133,7 +133,6 @@
|
||||
<!ENTITY pgstandby SYSTEM "pgstandby.sgml">
|
||||
<!ENTITY pgstatstatements SYSTEM "pgstatstatements.sgml">
|
||||
<!ENTITY pgstattuple SYSTEM "pgstattuple.sgml">
|
||||
<!ENTITY pgtestfsync SYSTEM "pgtestfsync.sgml">
|
||||
<!ENTITY pgtesttiming SYSTEM "pgtesttiming.sgml">
|
||||
<!ENTITY pgtrgm SYSTEM "pgtrgm.sgml">
|
||||
<!ENTITY pgxlogdump SYSTEM "pg_xlogdump.sgml">
|
||||
|
@ -193,6 +193,7 @@ Complete list of usable sgml source files in this directory.
|
||||
<!ENTITY pgResetxlog SYSTEM "pg_resetxlog.sgml">
|
||||
<!ENTITY pgRestore SYSTEM "pg_restore.sgml">
|
||||
<!ENTITY pgRewind SYSTEM "pg_rewind.sgml">
|
||||
<!ENTITY pgtestfsync SYSTEM "pgtestfsync.sgml">
|
||||
<!ENTITY pgupgrade SYSTEM "pgupgrade.sgml">
|
||||
<!ENTITY postgres SYSTEM "postgres-ref.sgml">
|
||||
<!ENTITY postmaster SYSTEM "postmaster.sgml">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- doc/src/sgml/pgtestfsync.sgml -->
|
||||
<!-- doc/src/sgml/ref/pgtestfsync.sgml -->
|
||||
|
||||
<refentry id="pgtestfsync">
|
||||
<indexterm zone="pgtestfsync">
|
||||
@ -103,14 +103,6 @@
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>Author</title>
|
||||
|
||||
<para>
|
||||
Bruce Momjian <email>bruce@momjian.us</email>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>See Also</title>
|
||||
|
@ -263,6 +263,7 @@
|
||||
&pgCtl;
|
||||
&pgResetxlog;
|
||||
&pgRewind;
|
||||
&pgtestfsync;
|
||||
&pgupgrade;
|
||||
&postgres;
|
||||
&postmaster;
|
||||
|
Reference in New Issue
Block a user