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

Commit43c7114

Browse files
committed
Cleanup up include files.
1 parent598e86f commit43c7114

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

‎src/include/commands/vacuum.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: vacuum.h,v 1.10 1997/09/08 21:51:47 momjian Exp $
9+
* $Id: vacuum.h,v 1.11 1997/11/26 01:26:08 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefVACUUM_H
1414
#defineVACUUM_H
1515

16-
#include<access/funcindex.h>
17-
#include<catalog/pg_index.h>
16+
#include"access/funcindex.h"
17+
#include"catalog/pg_index.h"
18+
#include"catalog/pg_attribute.h"
19+
#include"nodes/pg_list.h"
20+
#include"storage/block.h"
21+
#include"storage/off.h"
22+
1823

1924
typedefstructVAttListData
2025
{

‎src/include/executor/nodeHash.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: nodeHash.h,v 1.5 1997/09/08 21:52:04 momjian Exp $
9+
* $Id: nodeHash.h,v 1.6 1997/11/26 01:26:13 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefNODEHASH_H
1414
#defineNODEHASH_H
1515

16+
#include"executor/hashjoin.h"
17+
#include"executor/tuptable.h"
18+
#include"nodes/execnodes.h"
19+
#include"nodes/pg_list.h"
20+
#include"nodes/plannodes.h"
21+
#include"storage/fd.h"
22+
#include"utils/syscache.h"
23+
1624
externTupleTableSlot*ExecHash(Hash*node);
1725
externboolExecInitHash(Hash*node,EState*estate,Plan*parent);
1826
externintExecCountSlotsHash(Hash*node);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp