From 6724a5078748946b8150700125571b6ea62feca8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:53 +0000 Subject: Change my-function-name-- to my_function_name, and optimizer renames. --- 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 126a9e9f5a..0e21a8b830 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * vacuum.h-- + * vacuum.h * header file for postgres vacuum cleaner * * * Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.16 1998/09/01 04:35:39 momjian Exp $ + * $Id: vacuum.h,v 1.17 1999/02/13 23:21:20 momjian Exp $ * *------------------------------------------------------------------------- */ -- cgit v1.2.1