Обсуждение: Test an indexing Scheme

Поиск
Список
Период
Сортировка

Test an indexing Scheme

От
Rohit Goyal
Дата:
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

Re: Test an indexing Scheme

От
Payal Singh
Дата:
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