diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-27 21:50:29 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-27 21:50:29 +0000 |
commit | 5a8820efcd9ae853de8ae711412218c7059d3358 (patch) | |
tree | e571607fed769b3b6fd3e0bd99d1daac7d193ebe /src/include/access/gistscan.h | |
parent | 9247b29228c05e1e368c14d339fcbabeb27b426b (diff) |
Moved from backend/access to include/access
Diffstat (limited to 'src/include/access/gistscan.h')
-rw-r--r-- | src/include/access/gistscan.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h new file mode 100644 index 00000000000..5fa7abbcc48 --- /dev/null +++ b/src/include/access/gistscan.h @@ -0,0 +1,16 @@ +/*------------------------------------------------------------------------- + * + * gistscan.h-- + * routines defined in access/gisr/gistscan.c + * + * + * + * rtscan.h,v 1.2 1995/06/14 00:06:58 jolly Exp + * + *------------------------------------------------------------------------- + */ +#ifndef GISTSCAN_H + +void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); + +#endif /* GISTSCAN_H */ |