File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2409,7 +2409,7 @@ GetSnapshotData(Snapshot snapshot)
2409
2409
* We could try to store xids into xip[] first and then into subxip[]
2410
2410
* if there are too many xids. That only works if the snapshot doesn't
2411
2411
* overflow because we do not search subxip[] in that case. A simpler
2412
- * way is to just store all xids in the subxact array because this is
2412
+ * way is to just store all xids in the subxip array because this is
2413
2413
* by far the bigger array. We just leave the xip array empty.
2414
2414
*
2415
2415
* Either way we need to change the way XidInMVCCSnapshot() works
Original file line number Diff line number Diff line change @@ -2345,7 +2345,7 @@ XidInMVCCSnapshot(TransactionId xid, Snapshot snapshot)
2345
2345
else
2346
2346
{
2347
2347
/*
2348
- * In recovery we store all xids in the subxact array because it is by
2348
+ * In recovery we store all xids in the subxip array because it is by
2349
2349
* far the bigger array, and we mostly don't know which xids are
2350
2350
* top-level and which are subxacts. The xip array is empty.
2351
2351
*
You can’t perform that action at this time.
0 commit comments