aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/rmgr.h
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>2000-11-30 01:47:33 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>2000-11-30 01:47:33 +0000
commit741510521caea7e1ca12b4db0701bbc2db346a5f (patch)
treed26b28fc9215dd82b038f9c3d51925a6e7e65e1f /src/include/access/rmgr.h
parent680b7357ce850c28d06997be793aee18f72434ba (diff)
downloadpostgresql-741510521caea7e1ca12b4db0701bbc2db346a5f.tar.gz
postgresql-741510521caea7e1ca12b4db0701bbc2db346a5f.zip
XLOG stuff for sequences.
CommitDelay in guc.c
Diffstat (limited to 'src/include/access/rmgr.h')
-rw-r--r--src/include/access/rmgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/rmgr.h b/src/include/access/rmgr.h
index 221c52d2f2b..af721e9fe76 100644
--- a/src/include/access/rmgr.h
+++ b/src/include/access/rmgr.h
@@ -21,6 +21,7 @@ typedef uint8 RmgrId;
#define RM_HASH_ID 12
#define RM_RTREE_ID 13
#define RM_GIST_ID 14
-#define RM_MAX_ID RM_GIST_ID
+#define RM_SEQ_ID 15
+#define RM_MAX_ID RM_SEQ_ID
#endif /* RMGR_H */