Re: Test an indexing Scheme - Mailing list pgsql-novice

From Payal Singh
Subject Re: Test an indexing Scheme
Date
Msg-id CANUg7LAYgBtCS1X0YDVtaMVckkaYYqb-xALy52VZmKqmXvOosw@mail.gmail.com
Whole thread Raw
In response to Test an indexing Scheme  (Rohit Goyal <rhtgyl.87@gmail.com>)
List pgsql-novice
Hey,

Have you read the wiki pages for patching and testing patches yet? If not, I'd suggest you go through the following for starters:


As for the specific btree file, once you have the postgres source code wither from tar.gz or git, you should find it at /postgresql/src/backend/access/nbtree/nbtree.c


Payal Singh,
OmniTi Computer Consulting Inc.
Junior Database Architect,
Phone: 240.646.0770 x 253


On Thu, Nov 7, 2013 at 5:25 AM, Rohit Goyal <rhtgyl.87@gmail.com> wrote:
Hi, 

1. I want to edit postgresql code to test some changes in B tree index scheme. Could anyone tel me in which file i have to test the change?

2. I also want to add a new indexing scheme in postgresql for testing. Can you guide me how to modify the postgresql code for it ?

This is first time, i am seeing postgresql  source code.. :)

Regards,
Rohit Goyal

pgsql-novice by date:

Previous
From: Rohit Goyal
Date:
Subject: Test an indexing Scheme
Next
From: Ishaya Bhatt
Date:
Subject: Re: Datatype of a column