Re: max( bool )?

From: Cedar Cox <cedarc(at)visionforisrael(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: max( bool )?
Date: 2001-04-04 22:02:16
Message-ID: Pine.LNX.4.21.0104042352570.10565-200000@nanu.visionforisrael.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Wed, 4 Apr 2001, Tom Lane wrote:
> Cedar Cox <cedarc(at)visionforisrael(dot)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)
>
> (a) What Postgres version is this?
>
> (b) Could we see the schemas for the tables? (pg_dump -s output is the
> best way)

Ver 7.0.2 (sorry, I meant to include this... I think)

Attached is (b). I have all kinds of horrid custom RI triggers. I can
send the whole DB schema if necessary.

-Cedar

Attachment Content-Type Size
sc1_schema text/plain 1.3 KB

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-04-04 22:02:57 Re: max( bool )?
Previous Message Gordon A. Runkle 2001-04-04 20:47:59 UNION in a VIEW?