Re: [BUGS] BUG #1188: evaluation order of select seems to be wrong

2004-07-10 Thread Tom Lane
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

Re: [BUGS] BUG #1189: unbounded string copy in postmaster

2004-07-10 Thread Tom Lane
"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

Re: [BUGS] Dump/Restore of cvs regression database gives invalid timestamp

2004-07-10 Thread Bruce Momjian
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

Re: [BUGS] Dump/Restore of cvs regression database gives invalid timestamp

2004-07-10 Thread Tom Lane
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 > --- >