From 0d3bf78e0b23a876de558f7d11f12350d7fa673a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Jan 1997 03:45:33 +0000 Subject: Added VERBOSE option to vacuum command. --- src/include/commands/vacuum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/vacuum.h') diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 0a34170ddd..8cf220d9cd 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 */ -- cgit v1.2.1