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

Поиск
Список
Период
Сортировка
От Don Baccus
Тема Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c
Дата
Msg-id 3.0.1.32.20000127210050.00ead390@mail.pacifier.com
обсуждение исходный текст
Ответ на Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c  (Karel Zak - Zakkr <zakkr@zf.jcu.cz>)
Список pgsql-hackers
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.



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] OR-of-ANDs dragon slain ... or at least seriously wounded ...
Следующее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] [6.5.3] 'attribute not found'