File tree Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 402
402
<term><acronym>LSN</acronym></term>
403
403
<listitem>
404
404
<para>
405
- Log Sequence Number, see <link linkend="datatype-pg-lsn"><type>pg_lsn</type></link>
406
- and <link linkend="wal-internals">WAL Internals</link>.
405
+ <glossterm linkend="glossary-log-sequence-number">Log Sequence Number</glossterm>
407
406
</para>
408
407
</listitem>
409
408
</varlistentry>
Original file line number Diff line number Diff line change 1039
1039
</glossdef>
1040
1040
</glossentry>
1041
1041
1042
+ <glossentry id="glossary-log-sequence-number">
1043
+ <glossterm>Log sequence number</glossterm>
1044
+ <acronym>LSN</acronym>
1045
+ <glossdef>
1046
+ <para>
1047
+ Byte offset into the <glossterm linkend="glossary-wal">WAL</glossterm>,
1048
+ increasing monotonically with each new <glossterm
1049
+ linkend="glossary-wal-record">WAL record</glossterm>.
1050
+ </para>
1051
+ <para>
1052
+ For more information, see <link
1053
+ linkend="datatype-pg-lsn"><type>pg_lsn</type></link> and <xref
1054
+ linkend="wal-internals"/>.
1055
+ </para>
1056
+ </glossdef>
1057
+ </glossentry>
1058
+
1059
+ <glossentry>
1060
+ <glossterm>LSN</glossterm>
1061
+ <glosssee otherterm="glossary-log-sequence-number"/>
1062
+ </glossentry>
1063
+
1042
1064
<glossentry>
1043
1065
<glossterm>Master (server)</glossterm>
1044
1066
<glosssee otherterm="glossary-primary-server" />
1342
1364
</glossdef>
1343
1365
</glossentry>
1344
1366
1367
+ <glossentry id="glossary-restartpoint">
1368
+ <glossterm>Restartpoint</glossterm>
1369
+ <glossdef>
1370
+ <para>
1371
+ A variant of a <glossterm
1372
+ linkend="glossary-checkpoint">checkpoint</glossterm> performed on a
1373
+ <glossterm linkend="glossary-replica">replica</glossterm>.
1374
+ </para>
1375
+ <para>
1376
+ For more information, see <xref linkend="wal-configuration"/>.
1377
+ </para>
1378
+ </glossdef>
1379
+ </glossentry>
1380
+
1345
1381
<glossentry id="glossary-result-set">
1346
1382
<glossterm>Result set</glossterm>
1347
1383
<glossdef>
Original file line number Diff line number Diff line change 28
28
</xsl : param >
29
29
30
30
<xsl : param name =" callout.graphics" select =" '0'" ></xsl : param >
31
+ <xsl : param name =" glossentry.show.acronym" >yes</xsl : param >
31
32
<xsl : param name =" toc.section.depth" >2</xsl : param >
32
33
<xsl : param name =" linenumbering.extension" select =" '0'" ></xsl : param >
33
34
<xsl : param name =" section.autolabel" select =" 1" ></xsl : param >
You can’t perform that action at this time.
0 commit comments