mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 11:02:12 +03:00
Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.
This commit is contained in:
parent
7833a8870c
commit
a61ca095a9
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
|
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.32.2.1 2006/01/01 19:53:48 tgl Exp $
|
* $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.32.2.2 2006/01/02 19:55:31 tgl Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
%{
|
%{
|
||||||
@ -157,8 +157,7 @@ ProcessConfigFile(GucContext context)
|
|||||||
/*
|
/*
|
||||||
* Parse
|
* Parse
|
||||||
*/
|
*/
|
||||||
yyin = fp;
|
yyrestart(fp);
|
||||||
YY_FLUSH_BUFFER; /* in case we abandoned a prior scan */
|
|
||||||
head = tail = NULL;
|
head = tail = NULL;
|
||||||
opt_name = opt_value = NULL;
|
opt_name = opt_value = NULL;
|
||||||
ConfigFileLineno = 1;
|
ConfigFileLineno = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user