Re: [HACKERS] date formatting and tab-complete patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] date formatting and tab-complete patch
Date
Msg-id 200112101123.fBABN4Y24336@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] date formatting and tab-complete patch  (Karel Zak <zakkr@zf.jcu.cz>)
Responses Re: [HACKERS] date formatting and tab-complete patch
List 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@fciencias.unam.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@zf.jcu.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@postgresql.org so that your
> message can get through to the mailing list cleanly

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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: hu.po
Next
From: Karel Zak
Date:
Subject: Re: [HACKERS] date formatting and tab-complete patch