From 8d02b15e33ccbf9e58cb5b227254610491a90dc2 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Mon, 3 Apr 2006 13:44:33 +0000 Subject: Eliminate ajust scan code. Since concurrent GiST it doesn't do real work. That was missed during concurrence development. --- src/include/access/gistscan.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index 438664cff09..dbe369af1a8 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.28 2006/03/05 15:58:53 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.29 2006/04/03 13:44:33 teodor Exp $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,5 @@ extern Datum gistrescan(PG_FUNCTION_ARGS); 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, XLogRecPtr newlsn, XLogRecPtr oldlsn); -extern void ReleaseResources_gist(void); #endif /* GISTSCAN_H */ -- cgit v1.2.3