diff options
Diffstat (limited to 'src/include/access/spgist_private.h')
-rw-r--r-- | src/include/access/spgist_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/spgist_private.h b/src/include/access/spgist_private.h index 00b98ec6a02..cd7790ddcb4 100644 --- a/src/include/access/spgist_private.h +++ b/src/include/access/spgist_private.h @@ -373,7 +373,8 @@ typedef SpGistLeafTupleData *SpGistLeafTuple; * field, to satisfy some Asserts that we make when replacing a leaf tuple * with a dead tuple. * We don't use nextOffset, but it's needed to align the pointer field. - * pointer and xid are only valid when tupstate = REDIRECT. + * pointer and xid are only valid when tupstate = REDIRECT, and in some + * cases xid can be InvalidTransactionId even then; see initSpGistState. */ typedef struct SpGistDeadTupleData { |