From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org> |
Cc: | pgsql-patches(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Problem compiling guc-file.l in current CVS sources. |
Date: | 2000-06-01 16:46:37 |
Message-ID: | 200006011646.MAA15966@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Applied.
> 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--------------------------------
>
--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Ed Loehr | 2000-06-01 16:54:28 | 2700-byte prosrc limit fixed? |
Previous Message | The Hermit Hacker | 2000-06-01 16:45:39 | Re: Quick trial bundle ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-06-01 17:55:58 | Re: Industrial-Strength Logging |
Previous Message | Billy G. Allie | 2000-06-01 16:01:28 | Problem compiling guc-file.l in current CVS sources. |