rtscan.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * rtscan.h
  4.  *   routines defined in access/rtree/rtscan.c
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: rtscan.h,v 1.6.2.1 1999/07/30 18:26:59 scrappy Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef RTSCAN_H
  14. #define RTSCAN_H
  15. #include "storage/block.h"
  16. #include "storage/off.h"
  17. #include "utils/rel.h"
  18. void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);
  19. #endif  /* RTSCAN_H */