diff options
Diffstat (limited to 'src/include/parser/parse_node.h')
-rw-r--r-- | src/include/parser/parse_node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h index 50580f10366..c92c2861816 100644 --- a/src/include/parser/parse_node.h +++ b/src/include/parser/parse_node.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_node.h,v 1.7 1998/01/20 22:12:16 momjian Exp $ + * $Id: parse_node.h,v 1.8 1998/01/31 04:39:26 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -28,7 +28,6 @@ typedef struct QueryTreeList /* state information used during parse analysis */ typedef struct ParseState { - struct ParseState; int p_last_resno; List *p_rtable; List *p_insert_columns; |