| From: | Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz> |
|---|---|
| To: | Don Baccus <dhogaza(at)pacifier(dot)com> |
| Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c |
| Date: | 2000-01-28 10:45:13 |
| Message-ID: | Pine.LNX.3.96.1000128112657.30391B-100000@ara.zf.jcu.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, 27 Jan 2000, Don Baccus wrote:
> At 11:51 PM 1/27/00 -0500, Bruce Momjian wrote:
> >> gcc -Wall picks up a warning on line 1187 of this file:
> >>
> >> elog(ERROR, "s%: Unable to convert datetime to tm", FUNC_NAME);
> >>
> >> I presume line 1187 should be:
> >>
> >> elog(ERROR, "%s: Unable to convert datetime to tm", FUNC_NAME);
> >> ^^ (not s%)
> >
> >This file is removed from the tree now. Moved to adt, where this bug
> >doesn't exista anymore.
>
> Thanks, I'd avoided updating my sources recently due to the issues
> regarding libpq, which we absolutely depend upon.
Sorry, it is my bug, but as Bruce say, it is dead code.
Karel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris | 2000-01-28 11:13:44 | OO and tuples of different types |
| Previous Message | Chris | 2000-01-28 09:16:14 | Is anoncvs broker |