| From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| 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 12:14:51 |
| Message-ID: | 20011210131451.G20110@zf.jcu.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers 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(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/
C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz
| From | Date | Subject | |
|---|---|---|---|
| Next Message | mlw | 2001-12-10 12:29:09 | Re: Explicit configuration file |
| Previous Message | Bruce Momjian | 2001-12-10 11:23:04 | Re: [HACKERS] date formatting and tab-complete patch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-12-10 13:08:07 | Re: Third call for platform testing |
| Previous Message | Bruce Momjian | 2001-12-10 11:23:04 | Re: [HACKERS] date formatting and tab-complete patch |