]> granicus.if.org Git - postgresql/blobdiff - src/include/access/gistscan.h
Update copyright to 2004.
[postgresql] / src / include / access / gistscan.h
index d4f9403c10d57f9c0973eb65ce6674ff5e8c2f63..1897fc8d4420e99cc9fd1b6b860cd45793f7fd91 100644 (file)
@@ -4,10 +4,10 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gistscan.h,v 1.15 2001/05/30 19:53:39 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.25 2004/08/29 04:13:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -22,5 +22,6 @@ extern Datum gistmarkpos(PG_FUNCTION_ARGS);
 extern Datum gistrestrpos(PG_FUNCTION_ARGS);
 extern Datum gistendscan(PG_FUNCTION_ARGS);
 extern void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);
+extern void ReleaseResources_gist(void);
 
-#endif  /* GISTSCAN_H */
+#endif   /* GISTSCAN_H */