6.5.0 - Overflow bug in AVG( )

Поиск
Список
Период
Сортировка
От Gene Sokolov
Тема 6.5.0 - Overflow bug in AVG( )
Дата
Msg-id 18a101beb7c3$4a0aa570$0d8cdac3@aktrad.ru
обсуждение исходный текст
Ответы Re: [HACKERS] 6.5.0 - Overflow bug in AVG( )  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
% psql test1
Welcome to the POSTGRESQL interactive sql monitor: Please read the file COPYRIGHT for copyright terms of POSTGRESQL
[PostgreSQL 6.5.0 on i386-unknown-freebsd3.2, compiled by gcc 2.7.2.1]
  type \? for help on slash commands  type \q to quit  type \g or terminate with semicolon to execute queryYou are
currentlyconnected to the database: test1
 

test1=>  select count(*), max("ID"), min("ID"), avg("ID") from "ItemsBars";count|    max|  min| avg
------+-------+-----+----
677719|3075717|61854|-251
(1 row)

Overflow, perhaps?

Gene Sokolov.




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

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: [HACKERS] Postgres mailing lists
Следующее
От: ZEUGSWETTER Andreas IZ5
Дата:
Сообщение: Re: [HACKERS] Q: RI and isolevels