diff options
Diffstat (limited to 'src/include/nodes/print.h')
| -rw-r--r-- | src/include/nodes/print.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h index 708394e0e1..8d5292e740 100644 --- a/src/include/nodes/print.h +++ b/src/include/nodes/print.h @@ -6,18 +6,20 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: print.h,v 1.10 1999/02/13 23:21:41 momjian Exp $ + * $Id: print.h,v 1.11 1999/07/15 15:21:18 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PRINT_H #define PRINT_H -#include "nodes/nodes.h" -#include "nodes/plannodes.h" #include "nodes/parsenodes.h" -#include "nodes/relation.h" -#include "executor/tuptable.h" +#include "nodes/plannodes.h" + +/* + * nodes/{outfuncs.c,print.c} + */ +#define nodeDisplay pprint extern void print(void *obj); extern void pprint(void *obj); |
