mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix build of pg_verify_checksum docs
They were accidentally excluded when reverting the backend online checksum functionality, and since they weren't built the incorrect reference to a removed section also did not trigger a problem. Author: Christoph Berg
This commit is contained in:
@ -93,12 +93,4 @@ PostgreSQL documentation
|
|||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
|
||||||
<title>See Also</title>
|
|
||||||
|
|
||||||
<simplelist type="inline">
|
|
||||||
<member><xref linkend="checksums"/></member>
|
|
||||||
</simplelist>
|
|
||||||
</refsect1>
|
|
||||||
|
|
||||||
</refentry>
|
</refentry>
|
||||||
|
@ -255,6 +255,7 @@
|
|||||||
&pgReceivewal;
|
&pgReceivewal;
|
||||||
&pgRecvlogical;
|
&pgRecvlogical;
|
||||||
&pgRestore;
|
&pgRestore;
|
||||||
|
&pgVerifyChecksums;
|
||||||
&psqlRef;
|
&psqlRef;
|
||||||
&reindexdb;
|
&reindexdb;
|
||||||
&vacuumdb;
|
&vacuumdb;
|
||||||
|
Reference in New Issue
Block a user