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 9c6500135c9..32929b7bb13 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.8 1996/12/17 01:53:43 momjian Exp $ + * $Id: parsenodes.h,v 1.9 1997/01/13 03:45:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -397,6 +397,7 @@ typedef struct ClusterStmt { */ typedef struct VacuumStmt { NodeTag type; + bool verbose; /* print status info */ char *vacrel; /* table to vacuum */ } VacuumStmt; |