File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -812,10 +812,7 @@ parent transaction to complete.
812
812
813
813
Not all transactional behaviour is emulated, for example we do not insert
814
814
a transaction entry into the lock table, nor do we maintain the transaction
815
- stack in memory. Clog entries are made normally. Multixact is not maintained
816
- because its purpose is to record tuple level locks that an application has
817
- requested to prevent other tuple locks. Since tuple locks cannot be obtained at
818
- all, there is never any conflict and so there is no reason to update multixact.
815
+ stack in memory. Clog and multixact entries are made normally.
819
816
Subtrans is maintained during recovery but the details of the transaction
820
817
tree are ignored and all subtransactions reference the top-level TransactionId
821
818
directly. Since commit is atomic this provides correct lock wait behaviour
You can’t perform that action at this time.
0 commit comments