very minor problem in contrib/dateformat/to-from_char.c

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



- 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 по дате отправления:

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: ORDBMS
Следующее
От: Philip Warner
Дата:
Сообщение: Re: [HACKERS] DISTINCT ON: speak now or forever hold your peace