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

Commit53f275b

Browse files
committed
If typecmds is going to have its own header file, said header file
should include what it needs.
1 parentbe134e9 commit53f275b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

‎src/include/commands/defrem.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: defrem.h,v 1.49 2002/12/06 05:00:31 momjian Exp $
10+
* $Id: defrem.h,v 1.50 2002/12/10 16:12:52 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -16,7 +16,6 @@
1616

1717
#include"nodes/parsenodes.h"
1818

19-
#defineDEFAULT_TYPDELIM','
2019

2120
/* commands/indexcmds.c */
2221
externvoidDefineIndex(RangeVar*heapRelation,

‎src/include/commands/typecmds.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
/*-------------------------------------------------------------------------
22
*
3-
*tablecmds.h
4-
* prototypes fortablecmds.c.
3+
*typecmds.h
4+
* prototypes fortypecmds.c.
55
*
66
*
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: typecmds.h,v 1.1 2002/12/06 05:00:31 momjian Exp $
10+
* $Id: typecmds.h,v 1.2 2002/12/10 16:12:53 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndefTYPECMDS_H
1515
#defineTYPECMDS_H
1616

17+
#include"nodes/parsenodes.h"
18+
19+
#defineDEFAULT_TYPDELIM','
20+
1721
externvoidDefineType(List*names,List*parameters);
1822
externvoidRemoveType(List*names,DropBehaviorbehavior);
1923
externvoidRemoveTypeById(OidtypeOid);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp