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 14d6c9f commit 499f4d5Copy full SHA for 499f4d5
src/backend/utils/misc/guc-file.l
@@ -4,7 +4,7 @@
4
*
5
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
6
7
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.33 2006/01/01 19:52:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.34 2006/01/02 19:55:25 tgl Exp $
8
*/
9
10
%{
@@ -157,8 +157,7 @@ ProcessConfigFile(GucContext context)
157
/*
158
* Parse
159
160
- yyin = fp;
161
- YY_FLUSH_BUFFER; /* in case we abandoned a prior scan */
+ yyrestart(fp);
162
head = tail = NULL;
163
opt_name = opt_value = NULL;
164
ConfigFileLineno = 1;
0 commit comments