I wrote:
> I think (but haven't tested) that the fix just involves altering the
> order of operations in nodeAgg.c so that we don't ExecProject until we
> have checked the qual condition.
I have applied the attached patch to fix this in CVS HEAD and 7.4
branches. The error does in fact date back
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> Looks like the -o command line option doesn't perform any bounds checking on
> the option before copying to the ExtraOptions[1024] char array. [line 529 of
> postmaster.c]
I cannot get super excited about this, since the person or script
sta
I assume this is not fixed yet, right?
---
Tom Lane wrote:
> Kris Jurka <[EMAIL PROTECTED]> writes:
> > ERROR: invalid input syntax for type timestamp with time zone:
> > "0097-02-16 17:32:01 BC-08"
>
> Thanks for catchin
Bruce Momjian <[EMAIL PROTECTED]> writes:
> I assume this is not fixed yet, right?
It is not fixed, but given the lack of objections I'll go ahead and fix
it as I proposed.
regards, tom lane
> ---
>