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

Commit7f1249a

Browse files
committed
Fix compile warnings.
1 parent7dc5472 commit7f1249a

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

‎src/backend/catalog/namespace.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
1515
* IDENTIFICATION
16-
* $Header: /cvsroot/pgsql/src/backend/catalog/namespace.c,v 1.52 2003/06/2714:45:27 petere Exp $
16+
* $Header: /cvsroot/pgsql/src/backend/catalog/namespace.c,v 1.53 2003/06/2717:03:29 tgl Exp $
1717
*
1818
*-------------------------------------------------------------------------
1919
*/
@@ -30,6 +30,7 @@
3030
#include"catalog/pg_proc.h"
3131
#include"catalog/pg_shadow.h"
3232
#include"catalog/pg_type.h"
33+
#include"commands/dbcommands.h"
3334
#include"lib/stringinfo.h"
3435
#include"miscadmin.h"
3536
#include"nodes/makefuncs.h"

‎src/backend/commands/schemacmds.c

Lines changed: 2 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/schemacmds.c,v 1.10 2003/06/2714:45:27 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/schemacmds.c,v 1.11 2003/06/2717:05:46 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -27,6 +27,7 @@
2727
#include"parser/analyze.h"
2828
#include"tcop/utility.h"
2929
#include"utils/acl.h"
30+
#include"utils/builtins.h"
3031
#include"utils/lsyscache.h"
3132
#include"utils/syscache.h"
3233

‎src/backend/parser/parse_expr.c

Lines changed: 2 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/parser/parse_expr.c,v 1.152 2003/06/2714:45:29 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.153 2003/06/2717:04:53 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -17,6 +17,7 @@
1717

1818
#include"catalog/pg_operator.h"
1919
#include"catalog/pg_proc.h"
20+
#include"commands/dbcommands.h"
2021
#include"miscadmin.h"
2122
#include"nodes/makefuncs.h"
2223
#include"nodes/params.h"

‎src/backend/parser/parse_target.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.104 2003/06/2714:45:29 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.105 2003/06/2717:04:53 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515
#include"postgres.h"
1616

17+
#include"commands/dbcommands.h"
1718
#include"miscadmin.h"
1819
#include"nodes/makefuncs.h"
1920
#include"parser/parsetree.h"

‎src/backend/utils/adt/misc.c

Lines changed: 2 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/utils/adt/misc.c,v 1.29 2003/06/2714:45:30 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.30 2003/06/2717:07:03 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -17,6 +17,7 @@
1717
#include<sys/file.h>
1818
#include<time.h>
1919

20+
#include"commands/dbcommands.h"
2021
#include"miscadmin.h"
2122
#include"utils/builtins.h"
2223

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp