!2944 dss dms commit点更新

Merge pull request !2944 from zhaobingyu/gauss_pkg
This commit is contained in:
opengauss-bot
2023-02-21 12:54:45 +00:00
committed by Gitee
2 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,2 @@
dms_commit_id=128cab790d5132a9e9367445ba79c4bd2280d3c0
dss_commit_id=0d6039762dee9f50125274026887506a4ec5edfc
dms_commit_id=14ea979fdc5c9cdf033ba833711dc1379fc344c4
dss_commit_id=1b532395350e34db8cd9584597dcb022bed9dd35

View File

@ -421,6 +421,11 @@ typedef enum en_dms_wait_event {
DMS_EVT_BROADCAST_BTREE_SPLIT,
DMS_EVT_BROADCAST_ROOT_PAGE,
DMS_EVT_QUERY_OWNER_ID,
DMS_EVT_LATCH_X,
DMS_EVT_LATCH_S,
DMS_EVT_LATCH_X_REMOTE,
DMS_EVT_LATCH_S_REMOTE,
DMS_EVT_COUNT,
} dms_wait_event_t;
@ -786,7 +791,7 @@ typedef struct st_logger_param {
#define DMS_LOCAL_MINOR_VER_WEIGHT 1000
#define DMS_LOCAL_MAJOR_VERSION 0
#define DMS_LOCAL_MINOR_VERSION 0
#define DMS_LOCAL_VERSION 49
#define DMS_LOCAL_VERSION 50
#ifdef __cplusplus
}