diff options
| author | Teodor Sigaev | 2006-04-03 13:44:33 +0000 |
|---|---|---|
| committer | Teodor Sigaev | 2006-04-03 13:44:33 +0000 |
| commit | 8d02b15e33ccbf9e58cb5b227254610491a90dc2 (patch) | |
| tree | e8a35e09ffda7e619da64855fda8c65431c728ec /src/include | |
| parent | cdfecf6e3ee62a8774dbd16aea275570595c81eb (diff) | |
Eliminate ajust scan code. Since concurrent GiST it doesn't
do real work. That was missed during concurrence development.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/access/gistscan.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |
