diff options
Diffstat (limited to 'src/include/utils/evtcache.h')
-rw-r--r-- | src/include/utils/evtcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/evtcache.h b/src/include/utils/evtcache.h index 25a9b6f0369..c230995212d 100644 --- a/src/include/utils/evtcache.h +++ b/src/include/utils/evtcache.h @@ -18,7 +18,8 @@ typedef enum { - EVT_DDLCommandStart + EVT_DDLCommandStart, + EVT_DDLCommandEnd } EventTriggerEvent; typedef struct |