1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +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:
Magnus Hagander
2018-04-15 13:57:02 +02:00
parent 645387927f
commit 90372729f4
2 changed files with 1 additions and 8 deletions

View File

@ -93,12 +93,4 @@ PostgreSQL documentation
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="checksums"/></member>
</simplelist>
</refsect1>
</refentry>

View File

@ -255,6 +255,7 @@
&pgReceivewal;
&pgRecvlogical;
&pgRestore;
&pgVerifyChecksums;
&psqlRef;
&reindexdb;
&vacuumdb;