diff options
Diffstat (limited to 'src/include/access/gist_private.h')
-rw-r--r-- | src/include/access/gist_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/access/gist_private.h b/src/include/access/gist_private.h index 0d6b625b298..481ef5f4519 100644 --- a/src/include/access/gist_private.h +++ b/src/include/access/gist_private.h @@ -326,6 +326,9 @@ typedef struct /* is this buffer queued for emptying? */ bool queuedForEmptying; + /* is this a temporary copy, not in the hash table? */ + bool isTemp; + struct GISTBufferingInsertStack *path; } GISTNodeBuffer; |