rtscan.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- /*-------------------------------------------------------------------------
- *
- * rtscan.h
- * routines defined in access/rtree/rtscan.c
- *
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- * $Id: rtscan.h,v 1.6.2.1 1999/07/30 18:26:59 scrappy Exp $
- *
- *-------------------------------------------------------------------------
- */
- #ifndef RTSCAN_H
- #define RTSCAN_H
- #include "storage/block.h"
- #include "storage/off.h"
- #include "utils/rel.h"
- void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);
- #endif /* RTSCAN_H */