From bfc308d196b2e39bbd149a383de4c710a3a6e5f9 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 26 Aug 1996 23:04:07 +0000 Subject: Damn, we really need to clean up this "include file" dilemna... include files *everywhere* ;( --- src/backend/access/giststrat.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/backend/access/giststrat.h (limited to 'src/backend/access/giststrat.h') 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 */ -- cgit v1.2.3