OSDN Git Service

Added header files required for ALTER TABLE DROP COLUMN
authorHiroshi Inoue <inoue@tpf.co.jp>
Tue, 30 May 2000 06:22:44 +0000 (06:22 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 30 May 2000 06:22:44 +0000 (06:22 +0000)
trial implementation.

src/backend/commands/command.c

index 1b3b5d2..5201126 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.75 2000/05/30 00:49:43 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.76 2000/05/30 06:22:44 inoue Exp $
  *
  * NOTES
  *       The PortalExecutorHeapMemory crap needs to be eliminated
 #include "commands/trigger.h"
 #ifdef _DROP_COLUMN_HACK__
 #include "catalog/pg_index.h"
+#include "catalog/pg_relcheck.h"
+#include "access/genam.h"
+#include "commands/comment.h"
+#include "commands/defrem.h"
+#include "optimizer/clauses.h"
 #include "parser/parse.h"
 #endif  /* _DROP_COLUMN_HACK__ */