X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id B642ED1B4F0 for ; Thu, 18 Sep 2003 19:43:54 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 35139-05 for ; Thu, 18 Sep 2003 16:43:24 -0300 (ADT) Received: from mail1.ihs.com (mail1.ihs.com [170.207.70.222]) by svr1.postgresql.org (Postfix) with ESMTP id 00DBAD1B4EB for ; Thu, 18 Sep 2003 16:43:22 -0300 (ADT) Received: from css120.ihs.com (css120.ihs.com [170.207.105.120]) by mail1.ihs.com (8.12.10/8.12.10) with ESMTP id h8IJfccS012394; Thu, 18 Sep 2003 13:41:38 -0600 (MDT) Date: Thu, 18 Sep 2003 13:37:29 -0600 (MDT) From: "scott.marlowe" To: Josh Berkus Cc: monu_indian , Subject: Re: buffring in pgsql In-Reply-To: <200309181036.34515.josh@agliodbs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IHS-MailScanner: Found to be clean X-IHS-MailScanner-SpamCheck: X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/55 X-Sequence-Number: 2011 On Thu, 18 Sep 2003, Josh Berkus wrote: > Monu, > > > I have developed a new page buffring algo for DBMS packages I want to > > implement it in postgresql but I haven't any knowlegde of postgresql code > > can any1 tell me from where I should start & which docs I will have to > > study for that. > > Start by reading all of: > http://www.postgresql.org/docs/7.3/interactive/developer.html > > *after* you've done that, join the PGSQL-HACKERS list. Be sure and look through the archives too at http://archives.postgresql.org/pgsql-hackers/ for anything people have done in the past relating to this.