Problem compiling guc-file.l in current CVS sources. - Mailing list pgsql-hackers

From Billy G. Allie
Subject Problem compiling guc-file.l in current CVS sources.
Date
Msg-id 200006011601.MAA18337@bajor.mug.org
Whole thread Raw
Responses Re: [PATCHES] Problem compiling guc-file.l in current CVS sources.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
The definition for "ProcessConfigFile()" in guc-file.l does not match the
prototype in guc.h.  The following patch corrects that.

--------------------------8< CUT HERE >8--------------------------------
*** src/backend/utils/misc/guc-file.l.orig    Wed May 31 16:46:43 2000
--- src/backend/utils/misc/guc-file.l    Wed May 31 16:47:08 2000
***************
*** 124,130 ****
   * values will be changed.
   */
  void
! ProcessConfigFile(unsigned int context)
  {
      int token, parse_state;
      char *opt_name, *opt_value;
--- 124,130 ----
   * values will be changed.
   */
  void
! ProcessConfigFile(GucContext context)
  {
      int token, parse_state;
      char *opt_name, *opt_value;
--------------------------8< CUT HERE >8--------------------------------

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Quick trial bundle ...
Next
From: Adriaan Joubert
Date:
Subject: CORBA / libpq