summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-24 14:59:50 +0300
committervvvv <[email protected]>2025-10-24 15:29:24 +0300
commit5b0d18921f2a509d8363c40a5ca208dfed026287 (patch)
treed1369c696d3a9e9a65b68d9208e198269a48cfbc /yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h
parente7fbdb6e81ae4a296e710b133de7a2a04b31bbc4 (diff)
YQL-20567 upgrade PG up to 16.10 & fix instructions
init commit_hash:81aba13295273281d19d2d332a48ff1c44977447
Diffstat (limited to 'yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h')
-rw-r--r--yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h b/yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h
index 3ca3647e118..fd69299a16d 100644
--- a/yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h
+++ b/yql/essentials/parser/pg_wrapper/postgresql/src/include/regex/regguts.h
@@ -410,6 +410,8 @@ struct cnfa
int flags; /* bitmask of the following flags: */
#define HASLACONS 01 /* uses lookaround constraints */
#define MATCHALL 02 /* matches all strings of a range of lengths */
+#define HASCANTMATCH 04 /* contains CANTMATCH arcs */
+ /* Note: HASCANTMATCH appears in nfa structs' flags, but never in cnfas */
int pre; /* setup state number */
int post; /* teardown state number */
color bos[2]; /* colors, if any, assigned to BOS and BOL */