Improve comments referring snapshot's subxip array.

Amit Kapila <akapila@postgresql.org>

Commit: 8b5262fa0efdd515a05e533c2a1198e7b666f7d8
Author: Amit Kapila <akapila@postgresql.org>
Date: 2022-11-15T04:07:19Z
Releases: 16.0
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

Files

PathChange+/−
src/backend/storage/ipc/procarray.c modified +1 −1
src/backend/utils/time/snapmgr.c modified +1 −1

Discussion