*** pgsql/src/include/access/gist_private.h 2008/01/01 19:45:56 1.28 --- pgsql/src/include/access/gist_private.h 2008/04/10 22:25:25 1.29 *************** *** 7,13 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.27 2007/08/01 22:45:09 tgl Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.28 2008/01/01 19:45:56 momjian Exp $ * *------------------------------------------------------------------------- */ *************** extern XLogRecPtr gistxlogInsertCompleti *** 269,275 **** /* gistget.c */ extern Datum gistgettuple(PG_FUNCTION_ARGS); ! extern Datum gistgetmulti(PG_FUNCTION_ARGS); /* gistutil.c */ --- 269,275 ---- /* gistget.c */ extern Datum gistgettuple(PG_FUNCTION_ARGS); ! extern Datum gistgetbitmap(PG_FUNCTION_ARGS); /* gistutil.c */