[HACKERS] Error messages

2005-10-06 Thread smile khmer
Dear all, I made some change ot the function in btcompare.c and compiling and installation is success, but when I start to run with /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data I've got this error message : creating template1 database in /usr/local/pgsql/data/base/1 ... FATAL: duplic

Re: [HACKERS] PG function call

2005-10-06 Thread smile khmer
- Original Message - From: "Alvaro Herrera" <[EMAIL PROTECTED]> To: "smile khmer" <[EMAIL PROTECTED]> Subject: Re: [HACKERS] PG function call Date: Thu, 6 Oct 2005 10:30:37 -0400 > > On Thu, Oct 06, 2005 at 09:06:59AM -0500, smile khmer wrote: >

[HACKERS] PG function call

2005-10-06 Thread smile khmer
Dear all, Does anyone know how index searching work in PG. I've explored the source code of PG, for btree, for searching, it will call the functions in file btcompare.c. As I've made a printf in the functions of the file btcompare.c. When I compile and run PG, it get into loop,. the messag