[COMMITTERS] pgsql: find -path is not portable, so use grep -v instead.

2010-10-25 Thread Alvaro Herrera
find -path is not portable, so use grep -v instead. Per previous failure of buildfarm member koi (which is no longer failing, alas). Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9350824e708678f6af9657979ba656cf1951b408 Modified Files

[COMMITTERS] pgsql: Fix inline_set_returning_function() to preserve the invalItems l

2010-10-25 Thread Tom Lane
Fix inline_set_returning_function() to preserve the invalItems list properly. This avoids a possible crash when inlining a SRF whose argument list contains a reference to an inline-able user function. The crash is quite reproducible with CLOBBER_FREED_MEMORY enabled, but would be less certain in

[COMMITTERS] pgsql: Fix inline_set_returning_function() to preserve the invalItems l

2010-10-25 Thread Tom Lane
Fix inline_set_returning_function() to preserve the invalItems list properly. This avoids a possible crash when inlining a SRF whose argument list contains a reference to an inline-able user function. The crash is quite reproducible with CLOBBER_FREED_MEMORY enabled, but would be less certain in

[COMMITTERS] pgsql: Fix overly-enthusiastic Assert in printing of Param reference ex

2010-10-25 Thread Tom Lane
Fix overly-enthusiastic Assert in printing of Param reference expressions. A NestLoopParam's value can only be a Var or Aggref, but this isn't the case in general for SubPlan parameters, so print_parameter_expr had better be prepared to cope. Brain fade in my recent patch to print the referenced

[COMMITTERS] pgsql: Refactor typenameTypeId()

2010-10-25 Thread Peter Eisentraut
Refactor typenameTypeId() Split the old typenameTypeId() into two functions: A new typenameTypeId() that returns only a type OID, and typenameTypeIdAndMod() that returns type OID and typmod. This isolates call sites better that actually care about the typmod. Branch -- master Details --

[COMMITTERS] pgrpm - pgrpm: - don't use temp file to load header from binary string

2010-10-25 Thread User Nanardon
Log Message: --- - don't use temp file to load header from binary string Modified Files: -- pgrpm: pgheader.c (r1.34 -> r1.35) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/pgheader.c?r1=1.34&r2=1.35) -- Sent via pgsql-committers mailing list (

[COMMITTERS] pgsql: Add .gitignore for contrib/uuid-ossp.

2010-10-25 Thread Itagaki Takahiro
Add .gitignore for contrib/uuid-ossp. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=07ca728f699694781ce62eae9e2fa61cd4ffa542 Modified Files -- contrib/uuid-ossp/.gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-