diff options
Diffstat (limited to 'src/include/nodes/parsenodes.h')
-rw-r--r-- | src/include/nodes/parsenodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 44961bcca94..ef6c9c63b5b 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.146 2001/10/12 00:07:15 tgl Exp $ + * $Id: parsenodes.h,v 1.147 2001/10/18 17:30:16 thomas Exp $ * *------------------------------------------------------------------------- */ @@ -736,7 +736,7 @@ typedef struct VariableSetStmt { NodeTag type; char *name; - char *value; + List *args; } VariableSetStmt; /* ---------------------- |