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/giststrat.h | |
parent | 9247b29228c05e1e368c14d339fcbabeb27b426b (diff) |
Moved from backend/access to include/access
Diffstat (limited to 'src/include/access/giststrat.h')
-rw-r--r-- | src/include/access/giststrat.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h new file mode 100644 index 00000000000..e8595c8850a --- /dev/null +++ b/src/include/access/giststrat.h @@ -0,0 +1,14 @@ +/*------------------------------------------------------------------------- + * + * giststrat.h-- + * routines defined in access/gist/giststrat.c + * + * + * + * rtstrat.h,v 1.2 1995/02/12 02:54:51 andrew Exp + * + *------------------------------------------------------------------------- + */ +#ifndef GISTSTRAT_H + +#endif /* GISTSTRAT_H */ |