mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Improve comments referring snapshot's subxip array.
It was referred to as subxact array in a few places and subxip array in others. By changing it to subxip array, we make it consistent with similar references to xip array. Author: Japin Li Reviewd by: Julien Rouhaud, Richard Guo Discussion: https://postgr.es/m/MEYP282MB1669DCE7AC193A947CED2A95B6009@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
This commit is contained in:
@@ -2345,7 +2345,7 @@ XidInMVCCSnapshot(TransactionId xid, Snapshot snapshot)
|
||||
else
|
||||
{
|
||||
/*
|
||||
* In recovery we store all xids in the subxact array because it is by
|
||||
* In recovery we store all xids in the subxip array because it is by
|
||||
* far the bigger array, and we mostly don't know which xids are
|
||||
* top-level and which are subxacts. The xip array is empty.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user