Re: [GENERAL] Buffer Leak - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] Buffer Leak
Date
Msg-id 199909291259.IAA24975@candle.pha.pa.us
Whole thread Raw
In response to Buffer Leak  (Yury Don <yura@vpcit.ru>)
List pgsql-general
[Charset koi8-r unsupported, filtering to ASCII...]
> Hi All!
>
> I am doing the following:
> begin;
> declare c1 cursor for select * from pg_class;
> fetch 1 in c1;
> declare c2 cursor for select * from pg_tables;
> fetch 1 in c2;
> close c1;
> close c2;
> end;
> and getting:
> NOTICE:  Buffer Leak: [034] (freeNext=-3, freePrev=-3, relname=pg_class,
> blockNum=0, flags=0x4, refcount=1 2)
> What does it mean?

I don't see that in the current source tree.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Olivier PRENANT
Date:
Subject: Crypt a column
Next
From: "Sean W. Ellis"
Date:
Subject: Re: [GENERAL] Is there some type of Daemon that can look at pgsql?