diff options
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/vacuum.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 0a34170dddf..8cf220d9cdd 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.4 1996/11/29 10:29:45 vadim Exp $ + * $Id: vacuum.h,v 1.5 1997/01/13 03:44:54 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -54,7 +54,7 @@ typedef VRelListData *VRelList; extern bool VacuumRunning; extern void vc_abort(void); -extern void vacuum(char *vacrel); +extern void vacuum(char *vacrel, bool verbose); #endif /* VACUUM_H */ |
