Re: [HACKERS] compilation of current snapshot dies

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: E(dot)Mergl(at)bawue(dot)de (Edmund Mergl)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] compilation of current snapshot dies
Date: 1998-07-26 01:15:32
Message-ID: 199807260115.VAA01410@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Please do not apply this. I have a fix I am applying now.

> Hi,
>
> looks like a typo:
>
>
> *** gram.y.orig Sat Jul 25 21:48:53 1998
> --- gram.y Sat Jul 25 21:49:05 1998
> ***************
> *** 2028,2034 ****
> ;
>
> opt_trans: WORK { $$ = NULL; }
> ! | TRANSACTION { $$ = NULL: }
> | /*EMPTY*/ { $$ = NULL; }
> ;
>
> --- 2028,2034 ----
> ;
>
> opt_trans: WORK { $$ = NULL; }
> ! | TRANSACTION { $$ = NULL; }
> | /*EMPTY*/ { $$ = NULL; }
> ;
>
>
> Edmund
> --
> Edmund Mergl mailto:E(dot)Mergl(at)bawue(dot)de
> Im Haldenhau 9 http://www.bawue.de/~mergl
> 70565 Stuttgart fon: +49 711 747503
> Germany
>
>

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1998-07-26 02:45:01 Re: [HACKERS] current snapshot
Previous Message Bruce Momjian 1998-07-26 01:15:11 Re: [HACKERS] current snapshot