Re: [COMMITTERS] pgsql: Fix broken non-YYDEBUG case.

2006-02-08 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > This code is still broken for C compilers that don't support C++ comments. Michael wasn't having a good day I guess :-(. Fixed. regards, tom lane ---(end of broadcast)--- TIP 5: don'

[COMMITTERS] pgsql: C++ comments are verboten.

2006-02-08 Thread Tom Lane
Log Message: --- C++ comments are verboten. Per gripe from Kris Jurka. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: output.c (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/output.c.diff?r1=1.15&r2=1.

Re: [COMMITTERS] pgsql: Fix broken non-YYDEBUG case.

2006-02-08 Thread Kris Jurka
Tom Lane wrote: Log Message: --- Fix broken non-YYDEBUG case. This code is still broken for C compilers that don't support C++ comments. src/interfaces/ecpg/preproc/output.c:139 http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=kookaburra&dt=2006-02-09%2005:23:01 ---

[COMMITTERS] pgsql: Reject out-of-range dates in date_in().

2006-02-08 Thread Tom Lane
Log Message: --- Reject out-of-range dates in date_in(). Kris Jurka Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.154.4.1 -> r1.154.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?

[COMMITTERS] pgsql: Reject out-of-range dates in date_in().

2006-02-08 Thread Tom Lane
Log Message: --- Reject out-of-range dates in date_in(). Kris Jurka Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.163.2.1 -> r1.163.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?

[COMMITTERS] pgsql: Reject out-of-range dates in date_in().

2006-02-08 Thread Tom Lane
Log Message: --- Reject out-of-range dates in date_in(). Kris Jurka Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.164 -> r1.165) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.164&r2=1.165) pgsql/src/b

[COMMITTERS] pgsql: Fix broken non-YYDEBUG case.

2006-02-08 Thread Tom Lane
Log Message: --- Fix broken non-YYDEBUG case. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: output.c (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/output.c.diff?r1=1.14&r2=1.15) -

Re: [COMMITTERS] pgsql: Added just another test case.

2006-02-08 Thread Bruce Momjian
Yes, it is the yydebug check. I am thinking we should just comment out the check until we get it fixed. --- Tom Lane wrote: > [EMAIL PROTECTED] (Michael Meskes) writes: > > Log Message: > > --- > > Added just anoth

Re: [COMMITTERS] pgsql: Added just another test case.

2006-02-08 Thread Tom Lane
[EMAIL PROTECTED] (Michael Meskes) writes: > Log Message: > --- > Added just another test case. > Fixed missing continuation line character. > Do not translate $-quoting. > Bit field notation belongs to a variable not a variable list. > Output of line number only done by one function.

[COMMITTERS] npgsql - Npgsql: 2006-02-08 Francisco Figueiredo Jr.

2006-02-08 Thread User Fxjr
Log Message: --- 2006-02-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlError.cs: [#1000531] Npgsql.NpgsqlError is not serializable => Remoting problem. Thanks Souleymane MBENGUE for heads up. Modified Files: -- Npgsql/src/Npgsql: NpgsqlError.c

[COMMITTERS] npgsql - Npgsql: 2006-02-08 Francisco Figueiredo Jr.

2006-02-08 Thread User Fxjr
Log Message: --- 2006-02-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlCommand.cs: Applied Hubert's patch to improve regex parameter parsing. Modified Files: -- Npgsql/src/Npgsql: NpgsqlCommand.cs (r1.87 -> r1.88) (http://cvs.pgfoundr

[COMMITTERS] pgsql: Added just another test case.

2006-02-08 Thread Michael Meskes
Log Message: --- Added just another test case. Fixed missing continuation line character. Do not translate $-quoting. Bit field notation belongs to a variable not a variable list. Output of line number only done by one function. Modified Files: -- pgsql/src/interfaces/