summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/commands/variable.h (renamed from src/include/tcop/variable.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tcop/variable.h b/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