Re: [HACKERS] plpgsql requires bison - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] plpgsql requires bison
Date
Msg-id 199908070424.AAA14184@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] plpgsql requires bison  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: lamar.owen@wgcr.org
Date:
Subject: Re: [PORTS] Release 2 testing RPMS -- includes ALPHA patches.
Next
From: Wayne Piekarski
Date:
Subject: Inefficiencies in COPY command