Improve comments referring snapshot's subxip array.
authorAmit Kapila <akapila@postgresql.org>
Tue, 15 Nov 2022 04:07:19 +0000 (09:37 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 15 Nov 2022 04:07:19 +0000 (09:37 +0530)
commit8b5262fa0efdd515a05e533c2a1198e7b666f7d8
tree77b3852939a64f48b3a65552b29d4abd068f566a
parente848be60b5cf9a883765ea8e98c411e7fef0c1c6
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
src/backend/storage/ipc/procarray.c
src/backend/utils/time/snapmgr.c