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
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
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
"" <[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
"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
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: