Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3cd065

Browse files
author
Hiroshi Inoue
committed
Added header files required for ALTER TABLE DROP COLUMN
trial implementation.
1 parent0f1e396 commita3cd065

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/3000:49:43 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.76 2000/05/3006: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)

[8]ページ先頭

©2009-2025 Movatter.jp