fix: vnode key word issue

This commit is contained in:
dapan1121 2023-05-10 09:07:52 +08:00
parent 2c403266e3
commit 7ab11c42f4
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ static SKeyword keywordTable[] = {
{"VERBOSE", TK_VERBOSE},
{"VGROUP", TK_VGROUP},
{"VGROUPS", TK_VGROUPS},
{"VNODE", TK_VNODE},
{"VNODES", TK_VNODES},
{"WAL_FSYNC_PERIOD", TK_WAL_FSYNC_PERIOD},
{"WAL_LEVEL", TK_WAL_LEVEL},