[COMMITTERS] edb-debugger - server: Update for further changes to the internal API in

2008-12-26 Thread Dave Page
Log Message: --- Update for further changes to the internal API in Postgres. Modified Files: -- server: targetinfo.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/targetinfo.c.diff?r1=1.3&r2=1.4) -- Sent via pgsql-committ

[COMMITTERS] pgsql: Remove unused include file, per ITAGAKI Takahiro.

2008-12-26 Thread Tom Lane
Log Message: --- Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been dead code since Postgres95. Removed Files: - pgsql/src/include/storage: itempos.h (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/itempos.h) -- Se

[COMMITTERS] npgsql - Npgsql2: Only produce SQLSent string from stringbuilder if

2008-12-26 Thread User Talliesin
Log Message: --- Only produce SQLSent string from stringbuilder if needed. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlMediator.cs (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlMediator.cs.diff?r1=1.7&r2=1.8)

[COMMITTERS] npgsql - Npgsql2: Fix lack of parameter length in another case.

2008-12-26 Thread User Talliesin
Log Message: --- Fix lack of parameter length in another case. Replace many cases of string concatenation with StringBuilder use. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlCommand.cs (r1.35 -> r1.36) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/N