diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml
index a60ff54a6c..22e0dc5c70 100644
--- a/doc/src/sgml/acronyms.sgml
+++ b/doc/src/sgml/acronyms.sgml
@@ -402,8 +402,7 @@
LSN
- Log Sequence Number, see pg_lsn
- and WAL Internals.
+ Log Sequence Number
diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml
index 29bf1873bd..fe8def41d0 100644
--- a/doc/src/sgml/glossary.sgml
+++ b/doc/src/sgml/glossary.sgml
@@ -1039,6 +1039,28 @@
+
+ Log sequence number
+ LSN
+
+
+ Byte offset into the WAL,
+ increasing monotonically with each new WAL record.
+
+
+ For more information, see pg_lsn and .
+
+
+
+
+
+ LSN
+
+
+
Master (server)
@@ -1342,6 +1364,20 @@
+
+ Restartpoint
+
+
+ A variant of a checkpoint performed on a
+ replica.
+
+
+ For more information, see .
+
+
+
+
Result set
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl
index d2928f86eb..b7fb6c489a 100644
--- a/doc/src/sgml/stylesheet-common.xsl
+++ b/doc/src/sgml/stylesheet-common.xsl
@@ -28,6 +28,7 @@
+yes
2