]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/adt/jsonpath_scan.l
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / jsonpath_scan.l
index e35636883a1e9c6a9e3721445f862cb283248053..9650226f507cee86d49e3f843684a185a1c66845 100644 (file)
@@ -323,6 +323,7 @@ static const JsonPathKeyword keywords[] = {
        { 6, false,     STRICT_P,       "strict"},
        { 7, false,     CEILING_P,      "ceiling"},
        { 7, false,     UNKNOWN_P,      "unknown"},
+       { 8, false,     DATETIME_P,     "datetime"},
        { 8, false,     KEYVALUE_P,     "keyvalue"},
        { 10,false, LIKE_REGEX_P, "like_regex"},
 };