Thanks to visit codestin.com Credit goes to github.com
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 64b4a48 commit bb8bda3Copy full SHA for bb8bda3
src/backend/utils/misc/guc-file.l
@@ -4,7 +4,7 @@
4
*
5
* Copyright 2000 by PostgreSQL Global Development Group
6
7
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.1 2000/05/31 00:28:34 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.2 2000/06/01 16:46:50 momjian Exp $
8
*/
9
10
%{
@@ -124,7 +124,7 @@ free_name_value_list(struct name_value_pair * list)
124
* values will be changed.
125
126
void
127
-ProcessConfigFile(unsigned int context)
+ProcessConfigFile(GucContext context)
128
{
129
int token, parse_state;
130
char *opt_name, *opt_value;
0 commit comments