diff options
Diffstat (limited to 'src/backend/regex/regprefix.c')
-rw-r--r-- | src/backend/regex/regprefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/regex/regprefix.c b/src/backend/regex/regprefix.c index ce41620a0b4..86928453260 100644 --- a/src/backend/regex/regprefix.c +++ b/src/backend/regex/regprefix.c @@ -36,7 +36,7 @@ static int findprefix(struct cnfa * cnfa, struct colormap * cm, * the common prefix or exact value, of length *slength (measured in chrs * not bytes!). * - * This function does not analyze all complex cases (such as lookahead + * This function does not analyze all complex cases (such as lookaround * constraints) exactly. Therefore it is possible that some strings matching * the reported prefix or exact-match string do not satisfy the regex. But * it should never be the case that a string satisfying the regex does not |