Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1e396 commit a3cd065Copy full SHA for a3cd065
src/backend/commands/command.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
* NOTES
14
* The PortalExecutorHeapMemory crap needs to be eliminated
@@ -37,6 +37,11 @@
37
#include "commands/trigger.h"
38
#ifdef _DROP_COLUMN_HACK__
39
#include "catalog/pg_index.h"
40
+#include "catalog/pg_relcheck.h"
41
+#include "access/genam.h"
42
+#include "commands/comment.h"
43
+#include "commands/defrem.h"
44
+#include "optimizer/clauses.h"
45
#include "parser/parse.h"
46
#endif /* _DROP_COLUMN_HACK__ */
47
0 commit comments