]> granicus.if.org Git - postgresql/commitdiff
Move variable.c to commands/ and aclchk.c to catalog/.
authorBruce Momjian <bruce@momjian.us>
Mon, 5 Jan 1998 18:53:12 +0000 (18:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 5 Jan 1998 18:53:12 +0000 (18:53 +0000)
src/include/commands/variable.h [moved from src/include/tcop/variable.h with 96% similarity]

similarity index 96%
rename from src/include/tcop/variable.h
rename to src/include/commands/variable.h
index dbe1b5babd85bf8f16784b00066a8fb9c66cc25d..772e9981d9cea56c4fa4fb3eca89759706f2ef7a 100644 (file)
@@ -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