Re: write past chunk end in ExprContext / to_char

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: write past chunk end in ExprContext / to_char
Дата
Msg-id 20070628182912.GD15884@alvh.no-ip.org
обсуждение исходный текст
Ответ на write past chunk end in ExprContext / to_char  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Список pgsql-hackers
Patrick Welche wrote:
> With today's CVS code (originally noticed with 8.2beta3), on a PC where
> INT_MAX=0x7FFFFFFF=2147483647
> 
> postgres=# select to_char(1234567890123,'999,999,999,999');
> WARNING:  detected write past chunk end in ExprContext 0x845509c
> WARNING:  detected write past chunk end in ExprContext 0x845509c
>      to_char      
> ------------------
>   ###,###,###,###
> (1 row)

Yes, it fails in 7.3, 7.4, 8.0, 8.1, 8.2 and HEAD.  Thanks for the
report.

-- 
Alvaro Herrera                  http://www.amazon.com/gp/registry/5ZYLFMCVHXC
"Executive Executive Summary: The [Windows] Vista Content Protectionspecification could very well constitute the
longestsuicide note in history."     Peter Guttman, http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt
 


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: SetBufferCommitInfoNeedsSave and race conditions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: write past chunk end in ExprContext / to_char