diff options
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 */ |