diff options
author | Marc G. Fournier | 1996-11-06 09:24:57 +0000 |
---|---|---|
committer | Marc G. Fournier | 1996-11-06 09:24:57 +0000 |
commit | 3f07f6bab2e0cdd4234d0427e79a87082976bcca (patch) | |
tree | c7e453937eb6a40cc38804f52ad6972b002b6dc4 | |
parent | 7d5e79559613d98ae500f7b3237c07de345c775e (diff) |
Another
-rw-r--r-- | src/include/optimizer/plancat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h index 36604e7896..ce752b5736 100644 --- a/src/include/optimizer/plancat.h +++ b/src/include/optimizer/plancat.h @@ -6,13 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: plancat.h,v 1.2 1996/10/31 09:49:26 scrappy Exp $ + * $Id: plancat.h,v 1.3 1996/11/06 09:24:57 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PLANCAT_H #define PLANCAT_H +#include <nodes/parsenodes.h> /* * transient data structure to hold return value of index_info. Note that |