diff options
Diffstat (limited to 'src/include/nodes/parsenodes.h')
-rw-r--r-- | src/include/nodes/parsenodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 26bdc420dd8..0608c3101f2 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.59 1998/09/01 04:36:43 momjian Exp $ + * $Id: parsenodes.h,v 1.60 1998/10/02 16:23:07 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -667,6 +667,7 @@ typedef struct ParamNo NodeTag type; int number; /* the number of the parameter */ TypeName *typename; /* the typecast */ + List *indirection; /* array references */ } ParamNo; /* |