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