1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-17 06:41:24 +03:00

One more fix confusion

This commit is contained in:
Teodor Sigaev 2003-12-05 15:38:30 +00:00
parent 84d2ed136c
commit 1a1485115e

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;