Re: pgc.l modif. has been overwritten again - Mailing list pgsql-interfaces

From Nicolas Bazin
Subject Re: pgc.l modif. has been overwritten again
Date
Msg-id 010c01c1d552$bc2488b0$660d090a@software.ingenico.com.au
Whole thread Raw
In response to pgc.l modif. has been overwritten again  ("Nicolas Bazin" <nbazin@ingenico.com.au>)
Responses Re: pgc.l modif. has been overwritten again  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgc.l modif. has been overwritten again  (Michael Meskes <meskes@postgresql.org>)
List pgsql-interfaces
They are not in postgresql-7.2.1.tar.gz
I just checked the repositary with the CVS web interface and the modif are
not in there.
In CVS you get
<<EOF>>     {                      if ( preproc_tos > 0 )                              {
preproc_tos = 0;                                 mmerror(PARSE_ERROR, ET_FATAL, "Missing
 
'EXEC SQL ENDIF;'");                      }                               if (yy_buffer == NULL)
        yyterminate();                      else
 


where is should be:

<<EOF>>     {                               if (yy_buffer == NULL) {                                   if ( preproc_tos
>0 )                                  {                                     preproc_tos = 0;
        mmerror(PARSE_ERROR, ET_FATAL,
 
"Missing 'EXEC SQL ENDIF;'");                                 }                                 yyterminate();
                    } else
 

And looking and the history of this file I don't see the modif beeing
applied. But I know that at some stage it was applied by Bruce momjian  and
overwritten by Mickeal Meskes ???

Nicolas
----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Nicolas Bazin" <nbazin@ingenico.com.au>
Cc: <pgsql-interfaces@postgresql.org>
Sent: Wednesday, March 27, 2002 4:26 PM
Subject: Re: [INTERFACES] pgc.l modif. has been overwritten again


> "Nicolas Bazin" <nbazin@ingenico.com.au> writes:
> > We need a little bit of order when several people can commit on the
source =
> > code, It would be nice that they update their local copy and then
commit, o=
> > r check the directory or check for conflicts.=20
>
> AFAICT these changes *are* in current sources.
>
> regards, tom lane
>
>




pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgc.l modif. has been overwritten again
Next
From: Tom Lane
Date:
Subject: Re: pgc.l modif. has been overwritten again