Re: max( bool )?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: max( bool )?
Дата
Msg-id 12679.986421777@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: max( bool )?  (Cedar Cox <cedarc@visionforisrael.com>)
Список pgsql-sql
Cedar Cox <cedarc@visionforisrael.com> writes:
> And I get this notice:
>> 
> NOTICE:  PortalHeapMemoryFree: 0x0x824a6e8 not in alloc set!
> NOTICE:  Buffer Leak: [059] (freeNext=54, freePrev=58, relname=tblstsc1,
> blockNum=0, flags=0x14, refcount=-4 -1)
>> 
> Ver 7.0.2 (sorry, I meant to include this... I think)

Okay, this is a known bug; it's fixed in 7.0.3.  I'd advise staying away
from that sort of construct (sub-select in the output list of a SELECT
DISTINCT) until you update --- in some cases the consequences might be
worse than just an annoying NOTICE :-(.
        regards, tom lane


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

Предыдущее
От: Phuong Ma
Дата:
Сообщение: performance inconsistency
Следующее
От: Tom Lane
Дата:
Сообщение: Re: UNION in a VIEW?