mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
XLOG stuff for sequences.
CommitDelay in guc.c
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user