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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: pgsql-patches <pgsql-patches(at)postgreSQL(dot)org>, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, Stacy White <harsh(at)computer(dot)org>, Aaron Harsh <ajh(at)rentrak(dot)com>
Subject: Re: [BUGS] to_timestamp not stable if date string shorter than
Date: 2003-09-03 15:10:33
Message-ID: 17922.1062601833@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Karel Zak 2003-09-03 15:48:35 Re: [BUGS] to_timestamp not stable if date string shorter than
Previous Message andrea gelmini 2003-09-03 12:36:31 pg_clog problem (maybe)...

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2003-09-03 15:48:35 Re: [BUGS] to_timestamp not stable if date string shorter than
Previous Message Karel Zak 2003-09-03 10:05:47 Re: [BUGS] to_timestamp not stable if date string shorter than