compilation of current snapshot dies

From: Edmund Mergl <E(dot)Mergl(at)bawue(dot)de>
To: PostgreSQL Developers Mailinglist <pgsql-hackers(at)postgresql(dot)org>
Subject: compilation of current snapshot dies
Date: 1998-07-25 19:52:34
Message-ID: 35BA3782.250412D6@bawue.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Edmund Mergl 1998-07-25 20:55:28 current snapshot
Previous Message Edmund Mergl 1998-07-25 19:20:28 current snapshot