Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id WAA04881 for postgres-redist; Wed, 28 Jun 1995 22:44:46 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199506290544.WAA04881@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 sraigw.sra.co.jp (sraigw.sra.co.jp [202.32.10.2]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with ESMTP id WAA04871 for ; Wed, 28 Jun 1995 22:44:39 -0700 Received: from sranhe.sra.co.jp by sraigw.sra.co.jp (8.6.12+2.4W/3.3W-2.1) id OAA20680; Thu, 29 Jun 1995 14:43:45 +0900 Received: from srashc.sra.co.jp (srashc.sra.co.jp [133.137.44.5]) by sranhe.sra.co.jp (8.6.12+2.4W/3.4Wbeta6-srambox) with ESMTP id OAA02085 for ; Thu, 29 Jun 1995 14:40:13 +0900 Received: from srashc.sra.co.jp by srashc.sra.co.jp (8.6.4/6.4J.6-SJX) id OAA21496; Thu, 29 Jun 1995 14:43:37 +0900 Message-Id: <199506290543.OAA21496@srashc.sra.co.jp> To: postgres@postgres.Berkeley.EDU cc: t-ishii@srashc.sra.co.jp Subject: failed to "select pg_class" on postgres95 Date: Thu, 29 Jun 1995 14:43:36 +0900 From: Tatsuo Ishii Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Wed, 28 Jun 95 22:44:46 -0700 Resent-XMts: smtp Please forgive me if this is wrong place.(Is there any postgres95 specific mail address?) I have installed postgres95 beta 0.02 on Sun Sparc running Sun OS 4.1.3. When I isssued a query "select * from pg_class" from monitor command, it failed with a message: Error: Cannot Allocate space I ran the monitor with trace command again, and found that it tried to allocate huge amount of memory: write (1, "Query sent to backend is "select".., 51) = Query sent to backend is "select * from pg_class;" 51 write (4, "Qselect * from pg_class;\0", 25) = 25 read (5, "Pblank\0T\21\0relname\0\23\0\0\0\20\0relowner".., 4096) = 270 read (5, "".., 4096) = 2992 brk (0x1cfc8) = 0 brk (0x1dfc8) = 0 brk (0x1efc8) = 0 read (5, "".., 4096) = 1104 read (5, "\0r\5\0\0\0n\5\0\0\0004\21\0\0\0magnetic disk\23\0\0".., 4096) = 2589 brk (0x1ffc8) = 0 brk (0x20fc8) = 0 brk (0x54515fc8) = -1 ENOMEM (Not enough memory) ~~~~~~~~~~ write (2, "Error: Cannot Allocate space.\n", 30) = Error: Cannot Allocate space. 30 I also tried pgtclsh, which only dumped core. Note that almost same query "retrieve (pg_class.all)" on postgres 4.2 runs fine. Any idea? Tatsuo Ishii ============================================================================== 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. ============================================================================== URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/