| From: | sandeep satpal <sandeep(at)it(dot)iitb(dot)ac(dot)in> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Issue is changing _bt_compare function and |
| Date: | 2005-10-08 07:18:50 |
| Message-ID: | Pine.LNX.4.63.0510081238570.4363@akash.it.iitb.ac.in |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello,
Sorry for last mail.
I hope this time I will explain my doubt more clearly.
The _bt_compare function in "nbtree.c" file calls "FunctionCall2" and it
passes two arguments , one is the scankey which we want to search on and
other key is on current b-tree node.
My problem is I want to pass three parameter and the third argument will
be used for taking decision during comparision that whether I want
case-sensitive comparision or case-insensitive.
But "initdb" also uses the same _bt_compare function for creating its own
indexes.
For eg.
when we write /usr/pgsql/bin/initdb -D /usr/local/data
And my modification may create problems.
How I solve this ??
Hope this time I had explained in more clear way...
thanx,
--
------------------
| Sandeep Satpal |
| M.Tech Student |
| Lab 212 KReSIT |
------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Kings-Lynne | 2005-10-08 07:52:52 | Re: Shell script to extract a table from a plain text dump |
| Previous Message | Luke Lonergan | 2005-10-08 04:20:59 | Re: [HACKERS] A Better External Sort? |