[BUGS] BUG #2447: backend crashes when plpgsql functions are used in rules

2006-05-21 Thread michael crozier
The following bug has been logged online: Bug reference: 2447 Logged by: michael crozier Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.7 & 8.0.3 Operating system: solaris 10 and linux Description:backend crashes when plpgsql functions are used in rules Deta

[BUGS] BUG #2446: FATAL: Could not write to statistics collector pipe.

2006-05-21 Thread Stephen
The following bug has been logged online: Bug reference: 2446 Logged by: Stephen Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows Server 2003 Description:FATAL: Could not write to statistics collector pipe. Details: I'm getting th

[BUGS] BUG #2445: incompatibility: realloc <> repalloc

2006-05-21 Thread
The following bug has been logged online: Bug reference: 2445 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Debien GNU/Linux Etch Description:incompatibility: realloc <> repalloc Details: it seems that there is a little dif

Re: [BUGS] BUG #2445: incompatibility: realloc <> repalloc

2006-05-21 Thread Tom Lane
"" <[EMAIL PROTECTED]> writes: > it seems that there is a little difference in the handeling of standard > library's realloc and the postgresql repalloc functions, which might be > inconvenient. It's intentional, however. regards, tom lane ---(end

Re: [BUGS] BUG #2447: backend crashes when plpgsql functions are used in rules

2006-05-21 Thread Tom Lane
"michael crozier" <[EMAIL PROTECTED]> writes: > Using a function invocation in the WHERE expression of a RULE causes the > backend to crash. It's not the function, it's the whole-row Var (ie, unqualified "NEW") that doesn't work. Whole-row Vars in rules never worked at all before 8.0, and evident

Re: [BUGS] BUG #2446: FATAL: Could not write to statistics collector

2006-05-21 Thread Bruce Momjian
We are putting out an 8.1.4 release in the next week that will fix this problem --- please keep an eye out for it. --- Stephen wrote: > > The following bug has been logged online: > > Bug reference: 2446 > Logged by: