We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd25367e commitae04bf5Copy full SHA for ae04bf5
src/backend/access/transam/README
@@ -840,10 +840,7 @@ parent transaction to complete.
840
841
Not all transactional behaviour is emulated, for example we do not insert
842
a transaction entry into the lock table, nor do we maintain the transaction
843
-stack in memory. Clog entries are made normally. Multixact is not maintained
844
-because its purpose is to record tuple level locks that an application has
845
-requested to prevent other tuple locks. Since tuple locks cannot be obtained at
846
-all, there is never any conflict and so there is no reason to update multixact.
+stack in memory. Clog and multixact entries are made normally.
847
Subtrans is maintained during recovery but the details of the transaction
848
tree are ignored and all subtransactions reference the top-level TransactionId
849
directly. Since commit is atomic this provides correct lock wait behaviour