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 LAA02730 for postgres-redist; Wed, 29 Jun 1994 11:26:55 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199406291826.LAA02730@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 eden.CS.Berkeley.EDU (eden.CS.Berkeley.EDU [128.32.149.4]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id LAA02720 for ; Wed, 29 Jun 1994 11:26:54 -0700 Received: from localhost (andrew@localhost) by eden.CS.Berkeley.EDU (8.6.4/8.1B) id LAA18735; Wed, 29 Jun 1994 11:26:52 -0700 Date: Wed, 29 Jun 1994 11:26:52 -0700 From: "Andrew K. Yu" Message-Id: <199406291826.LAA18735@eden.CS.Berkeley.EDU> To: gaul@ira.uka.de Subject: Re: memory driver Cc: postgres@postgres.Berkeley.EDU Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Wed, 29 Jun 94 11:26:54 -0700 Resent-XMts: smtp > somewhere in the users manual there's something mentioned about a memory driver > for postgres; > will it be implemented in a later version or is there a posibility to get it > for version 4.1 or 4.2 ? It should be in the 4.1 and 4.2 source. The storage manager module for stable main memory can be found in src/backend/storage/smgr/mm.c. You need to turn on the -DSEQUOIA flag in src/Makefile.global to use it. -andrew ============================================================================== 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. ==============================================================================