Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id JAA11597 for postgres-redist; Tue, 2 Aug 1994 09:42:52 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199408021642.JAA11597@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from huginn.CS.Berkeley.EDU (huginn.CS.Berkeley.EDU [128.32.35.5]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id JAA11587 for <postgres@postgres.Berkeley.EDU>; Tue, 2 Aug 1994 09:42:51 -0700
Received: from sunic.sunet.se (sunic.sunet.se [192.36.125.2]) by huginn.CS.Berkeley.EDU (8.6.9/8.7.0.Beta0) with ESMTP id EAA01195 for <postgres@postgres.berkeley.edu>; Mon, 1 Aug 1994 04:20:17 -0700
Received: from cocos.fuw.edu.pl by sunic.sunet.se (8.6.8/2.03)
	id NAA02227; Mon, 1 Aug 1994 13:18:56 +0200
Received: from ccfs1.fuw.edu.pl by cocos.fuw.edu.pl (4.1/SMI-4.1)
	id AA18619; Mon, 1 Aug 94 13:19:11 +0200
Received: by ccfs1.fuw.edu.pl (4.1/SMI-4.1)
	id AA27009; Mon, 1 Aug 94 13:19:10 +0200
Date: Mon, 1 Aug 1994 13:19:09 +0200 (MET DST)
From: Wojtek Bogusz <Wojtek.Bogusz@fuw.edu.pl>
Subject: buffer leak detected in BufferPoolCheckLeak()
To: Postgres Mailing List <postgres@postgres.Berkeley.EDU>
Message-Id: <Pine.3.89.9408011309.A24990-0100000@ccfs1>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Tue, 02 Aug 94 09:42:52 -0700
Resent-XMts: smtp


 Hello,

 I am defining new types for PG. First I define IO and types and then 
relation functions and on the end operators. While defining operators I 
get strange NOTICE messages:
...
Query sent to backend is "define operator << (  arg1 = nlschar,         arg2 = nlschar,         procedure = nlschar_lt,         associativity = left,         restrict = intltsel,    join = intltjoinsel) "
DEFINE
Query sent to backend is "define operator >> (  arg1 = nlschar,         arg2 = nlschar,         procedure = nlschar_gt,         associativity = left,         commutator = <<,        restrict = intltsel,    join = intltjoinsel) "
NOTICE:Aug  1 12:58:26:buffer leak detected in BufferPoolCheckLeak()
NOTICE:Aug  1 12:58:26:[00] (freeNext=18, freePrev=19, relname=pg_operator, blockNum=2, flags=0x14, refcount=0 0)
NOTICE:Aug  1 12:58:26:[01] (freeNext=47, freePrev=7, relname=pg_log, blockNum=0, flags=0x14, refcount=0 0)
... much more NOTICE:
NOTICE:Aug  1 12:58:27:[63] (freeNext=15, freePrev=54, relname=pg_procnameind, blockNum=3, flags=0x14, refcount=0 0)
DEFINE

 This happens on definition each second operator. What does it mean ? 
Does I am making any thing wrong ?

 Thank You 
 Wojtek


==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
