We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f67860 commit a5a6876Copy full SHA for a5a6876
contrib/tsearch2/wordparser/parser.l
@@ -289,7 +289,7 @@ void tsearch2_end_parse() {
289
290
/* start parse from string */
291
void tsearch2_start_parse_str(char* str, int limit) {
292
- if (buf) end_parse();
+ if (buf) tsearch2_end_parse();
293
buf = tsearch2_yy_scan_bytes( str, limit );
294
tsearch2_yy_switch_to_buffer( buf );
295
BEGIN INITIAL;
0 commit comments