From 6cae5e12a5d27e15b1aa51dc0ae7e5e68babe75d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 15 May 2020 12:38:39 -0400 Subject: [PATCH] docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST This is for use by the PG 13 release notes, but might be used for minor release notes in the future. Backpatch-through: 9.5 --- doc/src/sgml/maintenance.sgml | 2 +- doc/src/sgml/spgist.sgml | 2 +- doc/src/sgml/storage.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index faaca9fbe00..b58b2c3b3f3 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -703,7 +703,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode. - + The Autovacuum Daemon diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 092a1ad729f..1ffef8b2083 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -1,6 +1,6 @@ - + SP-GiST Indexes diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 8482e92659a..7628272f0d3 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -287,7 +287,7 @@ where PPP is the PID of the owning backend and - + TOAST -- 2.39.5