Buffer Leak

From: Yury Don <yura(at)vpcit(dot)ru>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Buffer Leak
Date: 1999-09-28 04:08:35
Message-ID: 37F03F43.5E47A1E1@vpcit.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Sincerely yours, Yury.
don.web-page.net, ICQ 11831432

Responses

Browse pgsql-general by date

  From Date Subject
Next Message myers 1999-09-28 04:20:31 Re: [GENERAL] Solaris 7 x86 error
Previous Message Bruce Momjian 1999-09-28 04:04:04 Re: [GENERAL] Solaris 7 x86 error