Files
postgresql/src/include/access/rtstrat.h

22 lines
530 B
C

/*-------------------------------------------------------------------------
*
* rtstrat.h
* routines defined in access/rtree/rtstrat.c
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rtstrat.h,v 1.10 1999/07/15 15:20:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTSTRAT_H
#define RTSTRAT_H
#include <utils/rel.h>
extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum,
RegProcedure proc);
#endif /* RTSTRAT_H */