Re: pgc.l modif. has been overwritten again
От | Nicolas Bazin |
---|---|
Тема | Re: pgc.l modif. has been overwritten again |
Дата | |
Msg-id | 010c01c1d552$bc2488b0$660d090a@software.ingenico.com.au обсуждение исходный текст |
Ответ на | pgc.l modif. has been overwritten again ("Nicolas Bazin" <nbazin@ingenico.com.au>) |
Ответы |
Re: pgc.l modif. has been overwritten again
Re: pgc.l modif. has been overwritten again |
Список | 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 по дате отправления: