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

Commit87b07a3

Browse files
committed
Further include file cleanups
1 parent9e3d4c4 commit87b07a3

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

‎src/include/nodes/relation.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: relation.h,v 1.2 1996/10/31 09:49:18 scrappy Exp $
9+
* $Id: relation.h,v 1.3 1996/11/06 07:44:18 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefRELATION_H
1414
#defineRELATION_H
1515

16-
#include"nodes/pg_list.h"
17-
#include"nodes/primnodes.h"
18-
#include"nodes/parsenodes.h"
19-
#include"nodes/nodes.h"
16+
#include<nodes/parsenodes.h>
17+
#include<nodes/primnodes.h>
2018

2119
/*
2220
* Relid

‎src/include/optimizer/xfunc.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: xfunc.h,v 1.1 1996/08/28 07:23:30 scrappy Exp $
9+
* $Id: xfunc.h,v 1.2 1996/11/06 07:44:13 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefXFUNC_H
1414
#defineXFUNC_H
1515

16-
#include"nodes/relation.h"
16+
#include<utils/rel.h>
17+
#include<nodes/relation.h>
1718

1819
/* command line arg flags */
1920
#defineXFUNC_OFF -1/* do no optimization of expensive preds */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp