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
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
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)
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