From 42acc6e8c4fa6117b7783455200e41f8019a58b0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 Jan 1998 18:53:12 +0000 Subject: [PATCH] Move variable.c to commands/ and aclchk.c to catalog/. --- src/include/{tcop => commands}/variable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/include/{tcop => commands}/variable.h (96%) diff --git a/src/include/tcop/variable.h b/src/include/commands/variable.h similarity index 96% rename from src/include/tcop/variable.h rename to src/include/commands/variable.h index dbe1b5babd..772e9981d9 100644 --- a/src/include/tcop/variable.h +++ b/src/include/commands/variable.h @@ -2,7 +2,7 @@ * Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var' * statements * - * $Id: variable.h,v 1.7 1997/11/07 06:45:16 thomas Exp $ + * $Id: variable.h,v 1.1 1998/01/05 18:53:08 momjian Exp $ * */ #ifndef VARIABLE_H