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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c
Дата
Msg-id 200001280451.XAA10326@candle.pha.pa.us
обсуждение исходный текст
Ответ на very minor problem in contrib/dateformat/to-from_char.c  (Don Baccus <dhogaza@pacifier.com>)
Ответы Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c  (Don Baccus <dhogaza@pacifier.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: OIDS (Re: [HACKERS] Well, then you keep your darn columns)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] OR-of-ANDs dragon slain ... or at least seriously wounded ...