summaryrefslogtreecommitdiff
path: root/src/include/access/gist_private.h
diff options
context:
space:
mode:
authorTom Lane2005-11-06 22:39:21 +0000
committerTom Lane2005-11-06 22:39:21 +0000
commit4eef4f9cb0a2abc9c8768f948b986752b0ab26be (patch)
treec9202417d1810b9df3402168b1ab8a989a1b9bfa /src/include/access/gist_private.h
parent2ae1b69b99e78454abe66496051ed2cc72958456 (diff)
Add simple sanity checks on newly-read pages to GiST, too.
Diffstat (limited to 'src/include/access/gist_private.h')
-rw-r--r--src/include/access/gist_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/gist_private.h b/src/include/access/gist_private.h
index b42bc45e73..04f19f977a 100644
--- a/src/include/access/gist_private.h
+++ b/src/include/access/gist_private.h
@@ -263,6 +263,7 @@ extern Datum gistgettuple(PG_FUNCTION_ARGS);
extern Datum gistgetmulti(PG_FUNCTION_ARGS);
/* gistutil.c */
+extern void gistcheckpage(Relation rel, Buffer buf);
extern Buffer gistNewBuffer(Relation r);
extern OffsetNumber gistfillbuffer(Relation r, Page page, IndexTuple *itup,
int len, OffsetNumber off);