diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-26 23:04:07 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-26 23:04:07 +0000 |
commit | bfc308d196b2e39bbd149a383de4c710a3a6e5f9 (patch) | |
tree | 768b93965bb43667e7bd21bd9dc5abb16ad49269 /src/backend/access/giststrat.h | |
parent | 491b9b89c42ceab56cf2daec11a61adedd9f7180 (diff) | |
download | postgresql-bfc308d196b2e39bbd149a383de4c710a3a6e5f9.tar.gz postgresql-bfc308d196b2e39bbd149a383de4c710a3a6e5f9.zip |
Damn, we really need to clean up this "include file" dilemna...
include files *everywhere* ;(
Diffstat (limited to 'src/backend/access/giststrat.h')
-rw-r--r-- | src/backend/access/giststrat.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/backend/access/giststrat.h b/src/backend/access/giststrat.h new file mode 100644 index 00000000000..e8595c8850a --- /dev/null +++ b/src/backend/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 */ |