mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Clarify docs on hot standby lock release
Andres Freund and Simon Riggs
This commit is contained in:
@@ -1565,6 +1565,11 @@ ProcArrayInstallImportedXmin(TransactionId xmin, TransactionId sourcexid)
|
||||
* We don't worry about updating other counters, we want to keep this as
|
||||
* simple as possible and leave GetSnapshotData() as the primary code for
|
||||
* that bookkeeping.
|
||||
*
|
||||
* Note that if any transaction has overflowed its cached subtransactions
|
||||
* then there is no real need include any subtransactions. That isn't a
|
||||
* common enough case to worry about optimising the size of the WAL record,
|
||||
* and we may wish to see that data for diagnostic purposes anyway.
|
||||
*/
|
||||
RunningTransactions
|
||||
GetRunningTransactionData(void)
|
||||
|
Reference in New Issue
Block a user