Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c
Date
Msg-id 200001280451.XAA10326@candle.pha.pa.us
Whole thread Raw
In response to very minor problem in contrib/dateformat/to-from_char.c  (Don Baccus <dhogaza@pacifier.com>)
Responses Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c
List pgsql-hackers
> 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.

--  Bruce Momjian                        |  http://www.op.net/~candle 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,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: OIDS (Re: [HACKERS] Well, then you keep your darn columns)
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] OR-of-ANDs dragon slain ... or at least seriously wounded ...