Re: [HACKERS] plpgsql requires bison

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-07 04:24:19
Message-ID: 199908070424.AAA14184@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> >> 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.
>
> > Moving the #include down below the %} does not work. Is there another
> > section. I put it on line 49.
>
> No, that'd be in the grammar proper. I meant down in the trailing
> miscellaneous-C-code section, say right after the %% divider at line
> 1081. (If I were a yacc expert I'd know the names of these sections,
> but I'm just a hacker...)

Thank you. That did it. Commit applied.

--
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Wayne Piekarski 1999-08-07 07:59:59 Inefficiencies in COPY command
Previous Message Tom Lane 1999-08-07 03:36:10 Re: [HACKERS] plpgsql requires bison