Commit a3cd0654 authored by Hiroshi Inoue's avatar Hiroshi Inoue

Added header files required for ALTER TABLE DROP COLUMN

trial implementation.
parent 0f1e3964
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* The PortalExecutorHeapMemory crap needs to be eliminated * The PortalExecutorHeapMemory crap needs to be eliminated
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
#include "commands/trigger.h" #include "commands/trigger.h"
#ifdef _DROP_COLUMN_HACK__ #ifdef _DROP_COLUMN_HACK__
#include "catalog/pg_index.h" #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" #include "parser/parse.h"
#endif /* _DROP_COLUMN_HACK__ */ #endif /* _DROP_COLUMN_HACK__ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment