diff options
Diffstat (limited to 'src/include/access/spgxlog.h')
-rw-r--r-- | src/include/access/spgxlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/spgxlog.h b/src/include/access/spgxlog.h index ee8fc6fd6b2..073f740a13f 100644 --- a/src/include/access/spgxlog.h +++ b/src/include/access/spgxlog.h @@ -18,7 +18,7 @@ #include "storage/off.h" /* XLOG record types for SPGiST */ -/* #define XLOG_SPGIST_CREATE_INDEX 0x00 */ /* not used anymore */ + /* #define XLOG_SPGIST_CREATE_INDEX 0x00 */ /* not used anymore */ #define XLOG_SPGIST_ADD_LEAF 0x10 #define XLOG_SPGIST_MOVE_LEAFS 0x20 #define XLOG_SPGIST_ADD_NODE 0x30 |