[COMMITTERS] pgsql-server: Removed unused variable and added a typecast.

2004-07-01 Thread Michael Meskes
Log Message: --- Removed unused variable and added a typecast. Modified Files: -- pgsql-server/src/interfaces/ecpg/ecpglib: descriptor.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/ecpg/ecpglib/descriptor.c.diff?r1

[COMMITTERS] plperlng - plperlng: fix reversed rpath test in GNUmakefile (Andrew

2004-07-01 Thread User Andrewd
Log Message: --- fix reversed rpath test in GNUmakefile (Andrew Dunstan) fix empty string -> NULL wrongness plus other bogosity in plperl.c trigger code (Joe Conway, amended by Andrew) fresh pgindent run Modified Files: -- plperlng: GNUmakefile (r1.3 -> r1.4)

[COMMITTERS] pgsql-server: Further review of xact.c state machine for nested

2004-07-01 Thread Tom Lane
Log Message: --- Further review of xact.c state machine for nested transactions. Fix problems with starting subtransactions inside already-failed transactions. Clean up some comments. Modified Files: -- pgsql-server/src/backend/access/transam: xact.c (r1.169 -> r1.

[COMMITTERS] pgsql-server: More paranoia in AtEOSubXact_SPI: don't assume we can

2004-07-01 Thread Tom Lane
Log Message: --- More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish for cleaning up. It seems possible that the memory contexts SPI_finish would try to touch are already gone; and there's no need for SPI itself to delete them, since the containing contexts will sur

[COMMITTERS] pgsql-server: plperl update from Andrew Dunstan, deriving (I believe)

2004-07-01 Thread Joe Conway
Log Message: --- plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt's plperlNG. Review and minor cleanup/improvements by Joe Conway. Summary of new functionality: - Shared data space and namespace. There is a new global variable %_SHARED that functions can use to

[COMMITTERS] pgsql-server: Attached is a 1 line bug fix for dbmirror that was

2004-07-01 Thread Joe Conway
Log Message: --- Attached is a 1 line bug fix for dbmirror that was submitted. It fixes a bug where some transactions could be dropped when writing mirrored SQL statements to files. -- Steven Singer Modified Files: -- pgsql-server/contrib/dbmirror: DBMirror.pl (r1.