Re: Patch for str_numth() in PG 7.4

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Patch for str_numth() in PG 7.4
Дата
Msg-id 20090113153009.GC4005@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Patch for str_numth() in PG 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Patch for str_numth() in PG 7.4  (Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > This was fixed on 1.84 of formatting.c for 8.0 (but not backpatched for
> > no apparent reason), which also changed some other stuff in that file.
> > The complete patch is attached.
> 
> I dunno why I didn't back-patch that; feel free to do so.  Better do the
> whole thing, because anything that chokes on str_numth's abuse of
> sprintf is not going to like those other cases either.

The other cases were already handled, so Andreas' initial patch was
enough -- applied.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: New patch for Column-level privileges
Следующее
От: Andrew Chernow
Дата:
Сообщение: Re: solaris libpq threaded build fails