| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | jwieck(at)debis(dot)com, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] plpgsql requires bison |
| Date: | 1999-08-06 23:05:32 |
| Message-ID: | 199908062305.TAA08432@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I have received a report that pl/plpgsql requires bison to compile. I
> > have verified this is true, at least on BSD/OS 4.01, and since we enable
> > plpgsql compile by default, this requires bison for our standard build.
>
> This same problem was reported for HPUX a couple weeks ago (see thread
> "[PORTS] HP-UX port" on 29 July). I think that moving the #include of
> "pl_scan.c" down to the file trailer section, instead of having it in
> the file header, would work. Did not try it yet.
>
> regards, tom lane
>
>
Moving the #include down below the %} does not work. Is there another
section. I put it on line 49.
--
Bruce Momjian | http://www.op.net/~candle
maillist(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 | Uncle George | 1999-08-07 00:29:36 | Re: [PORTS] Release 2 testing RPMS -- includes ALPHA patches. |
| Previous Message | Tom Lane | 1999-08-06 22:48:16 | Re: [HACKERS] 6.5.1, error in pg_dump |