Skip to content

Commit a3cd065

Browse files
author
Hiroshi Inoue
committed
Added header files required for ALTER TABLE DROP COLUMN
trial implementation.
1 parent 0f1e396 commit a3cd065

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/backend/commands/command.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.75 2000/05/30 00:49:43 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.76 2000/05/30 06:22:44 inoue Exp $
1212
*
1313
* NOTES
1414
* The PortalExecutorHeapMemory crap needs to be eliminated
@@ -37,6 +37,11 @@
3737
#include "commands/trigger.h"
3838
#ifdef _DROP_COLUMN_HACK__
3939
#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"
4045
#include "parser/parse.h"
4146
#endif /* _DROP_COLUMN_HACK__ */
4247

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy