aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/access/spgist_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/spgist_private.h b/src/include/access/spgist_private.h
index 48dadd5b2c6..fae10501a24 100644
--- a/src/include/access/spgist_private.h
+++ b/src/include/access/spgist_private.h
@@ -465,7 +465,7 @@ typedef struct spgxlogAddNode
* -1: parent not updated
*----
*/
- char parentBlk;
+ int8 parentBlk;
OffsetNumber offnumParent; /* offset within the parent page */
uint16 nodeI;