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

From Karel Zak
Subject Re: [HACKERS] date formatting and tab-complete patch
Date
Msg-id 20011210131451.G20110@zf.jcu.cz
Whole thread Raw
In response to Re: [HACKERS] date formatting and tab-complete patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] date formatting and tab-complete patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
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)"

  :-)

        Karel
--
 Karel Zak  <zakkr@zf.jcu.cz>
 http://home.zf.jcu.cz/~zakkr/

 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] date formatting and tab-complete patch
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] date formatting and tab-complete patch