mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
doc: add transaction processing chapter with internals info
This also adds references to this new chapter at relevant sections of our documentation. Previously much of these internal details were exposed to users, but not explained. This also updates RELEASE SAVEPOINT. Discussion: https://postgr.es/m/CANbhV-E_iy9fmrErxrCh8TZTyenpfo72Hf_XD2HLDppva4dUNA@mail.gmail.com Author: Simon Riggs, Laurenz Albe Reviewed-by: Bruce Momjian Backpatch-through: 11
This commit is contained in:
@@ -1434,7 +1434,8 @@
|
||||
</para>
|
||||
<para>
|
||||
Virtual ID of the transaction targeted by the lock,
|
||||
or null if the target is not a virtual transaction ID
|
||||
or null if the target is not a virtual transaction ID; see
|
||||
<xref linkend="transactions"/>
|
||||
</para></entry>
|
||||
</row>
|
||||
|
||||
@@ -1443,8 +1444,8 @@
|
||||
<structfield>transactionid</structfield> <type>xid</type>
|
||||
</para>
|
||||
<para>
|
||||
ID of the transaction targeted by the lock,
|
||||
or null if the target is not a transaction ID
|
||||
ID of the transaction targeted by the lock, or null if the target
|
||||
is not a transaction ID; <xref linkend="transactions"/>
|
||||
</para></entry>
|
||||
</row>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user