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 MAA04774 for postgres-redist; Thu, 4 Aug 1994 12:23:27 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199408041923.MAA04774@nobozo.CS.Berkeley.EDU> Sender: owner-postman@postgres.Berkeley.EDU X-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 MAA04764; Thu, 4 Aug 1994 12:23:26 -0700 Message-Id: <199408041923.MAA04764@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol From: aoki@CS.Berkeley.EDU (Paul M. Aoki) To: wpp@marie.physik.tu-berlin.de (Kai Petzke) Cc: Wojtek.Bogusz@fuw.edu.pl (Wojtek Bogusz), postgres@postgres.Berkeley.EDU Subject: Re: buffer leak detected in BufferPoolCheckLeak() Reply-To: aoki@CS.Berkeley.EDU (Paul M. Aoki) In-reply-to: Your message of Wed, 3 Aug 1994 19:28:10 +0100 (MET DST) <9408031728.AA03084@marie.physik.tu-berlin.de> Date: Thu, 04 Aug 94 12:23:26 -0700 X-Sender: aoki@postgres.Berkeley.EDU Resent-To: postgres-redist@postgres.Berkeley.EDU X-Mts: smtp Resent-Date: Thu, 04 Aug 94 12:23:26 -0700 Resent-XMts: smtp wpp@marie.physik.tu-berlin.de (Kai Petzke) writes: > The "buffer leak" notices seem to be caused by an internal problem of > postgres, not by the user. yes. a piece of code is pinning a buffer somewhere and then neglecting to unpin it again. the scary notices were added to facilitate debugging. i thought the define operator one had been fixed. maybe not. there is a new one lurking in the btree code somewhere.. -- Paul M. Aoki | University of California at Berkeley aoki@CS.Berkeley.EDU | Dept. of EECS, Computer Science Division (#1776) | Berkeley, CA 94720-1776 ============================================================================== 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. ==============================================================================