Re: [HACKERS] date formatting and tab-complete patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>, Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
Subject: Re: [HACKERS] date formatting and tab-complete patch
Date: 2001-12-10 11:23:04
Message-ID: 200112101123.fBABN4Y24336@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Can I get some feedback from someone else before applying this? Pretty
late in beta.

---------------------------------------------------------------------------

>
>
>
> Please add this _simple_ patch to actual code. It _fix_ my bug
> in formatting.c.
>
> Thanks to Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>.
>
> Karel
>
>
>
> On Sat, Dec 08, 2001 at 07:41:01PM -0600, Manuel Sugawara wrote:
>
> > PS. By the way, reviewing the code I found a bug that causes the
> > following test:
> >
> > to_date(to_char('1979/22/10'::date,'dd/fmrm/yyyy'),'dd/fmrm/yyyy') = '1979/22/10'::date;
> >
> > give an error instead of a true value. Attached is the patch to fix it
> > against the 7.2b3 tree.
>
> --
> Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
> http://home.zf.jcu.cz/~zakkr/
>
> C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2001-12-10 12:14:51 Re: [HACKERS] date formatting and tab-complete patch
Previous Message Christof Petig 2001-12-10 11:04:52 Re: pg_dump: Sorted output, referential integrity

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2001-12-10 12:14:51 Re: [HACKERS] date formatting and tab-complete patch
Previous Message Bruce Momjian 2001-12-10 10:45:17 Re: hu.po