1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

One more fix confusion

This commit is contained in:
Teodor Sigaev
2003-12-05 15:37:51 +00:00
parent 8f678600c2
commit a5a68766e1

View File

@@ -289,7 +289,7 @@ void tsearch2_end_parse() {
/* start parse from string */
void tsearch2_start_parse_str(char* str, int limit) {
if (buf) end_parse();
if (buf) tsearch2_end_parse();
buf = tsearch2_yy_scan_bytes( str, limit );
tsearch2_yy_switch_to_buffer( buf );
BEGIN INITIAL;