|
6 | 6 | *
|
7 | 7 | *
|
8 | 8 | * IDENTIFICATION
|
9 |
| - * |
| 9 | + * $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.44 1999/07/19 02:06:15 tgl Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -51,7 +51,9 @@ voidgistdelete(Relation r, ItemPointer tid);
|
51 | 51 | staticIndexTuplegist_tuple_replacekey(Relationr,GISTENTRYentry,IndexTuplet);
|
52 | 52 | staticvoidgistcentryinit(GISTSTATE*giststate,GISTENTRY*e,char*pr,
|
53 | 53 | Relationr,Pagepg,OffsetNumbero,intb,booll);
|
| 54 | +#ifdefGISTDEBUG |
54 | 55 | staticchar*int_range_out(INTRANGE*r);
|
| 56 | +#endif |
55 | 57 |
|
56 | 58 | /*
|
57 | 59 | ** routine to build an index. Basically calls insert over and over
|
|