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 200112111033.fBBAXO511575@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  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-patches
> On Mon, Dec 10, 2001 at 06:23:04AM -0500, Bruce Momjian wrote:
> >
> > Can I get some feedback from someone else before applying this?  Pretty
> > late in beta.
> >
>
>  Bruce, see the patch.
>
>  it fix
>
>         "if (type == XXXX || YYYY)"
>
>  to
>
>         "if (type == XXXX || type == YYYY)"
>
>   :-)

I was just being extra cautious because it is so near final and I may
not be around to fix any breakage (in Japan).  Tom applied it.  Thanks
Tom.

--
  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: Hiroshi Inoue
Date:
Subject: Re: Patch for ODBC driver (look for odbc.ini in more than one
Next
From: Karel Zak
Date:
Subject: Re: [HACKERS] date formatting and tab-complete patch