Re: [PATCHES] [BUGS] to_timestamp not stable if date string shorter than

2003-09-03 Thread Karel Zak

On Wed, Sep 03, 2003 at 12:15:47AM -0400, Tom Lane wrote:

 that as a full fix.  Karel, the ball's in your court ...

 Fixed. All tests  passed. My court  is without  ball now. The  patch is
 attached.

 Thanks, it was good find!

Karel

-- 
 Karel Zak  [EMAIL PROTECTED]
 http://home.zf.jcu.cz/~zakkr/


formatting-09032003.patch.gz
Description: GNU Zip compressed data

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [PATCHES] [BUGS] to_timestamp not stable if date string shorter than

2003-09-03 Thread Tom Lane
Karel Zak [EMAIL PROTECTED] writes:
  Fixed. All tests  passed. My court  is without  ball now. The  patch is
  attached.

Applied to CVS HEAD.  I also applied just the

+   if (flag == FROM_CHAR  *s=='\0')
+   break;

part to the 7.3 branch --- the rest of the changes didn't apply cleanly,
and seemed unrelated anyway.  This fixes the immediate complaint, but
if there's some reason to apply the rest to 7.3.*, would you submit
an additional patch against that branch?

regards, tom lane

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [PATCHES] [BUGS] to_timestamp not stable if date string shorter than

2003-09-03 Thread Tom Lane
Karel Zak [EMAIL PROTECTED] writes:
  Hmm..  but  the patch  fix  another  small  bug  which I  found  today.

Okay.  Please send a patch against 7.3 tip and I'll throw it in.

regards, tom lane

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])