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

Commitf578f8f

Browse files
committed
Cleaned out -I../.. -I../../include from Makefile
Added missing include files
1 parent367ade1 commitf578f8f

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

‎src/backend/access/heap/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
# Makefile for access/heap
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/access/heap/Makefile,v 1.1 1996/10/27 09:46:16 bryanh Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/access/heap/Makefile,v 1.2 1996/10/31 08:28:50 scrappy Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
SRCDIR = ../../..
1212
include ../../../Makefile.global
1313

14-
INCLUDE_OPT = -I../..\
15-
-I../../port/$(PORTNAME)\
16-
-I../../include\
14+
INCLUDE_OPT = -I../../port/$(PORTNAME)\
1715
-I../../../include
1816

1917
CFLAGS+=$(INCLUDE_OPT)

‎src/backend/access/heap/heapam.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.5 1996/10/21 05:59:44 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.6 1996/10/31 08:28:51 scrappy Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -77,6 +77,7 @@
7777

7878
#include"catalog/pg_attribute.h"
7979
#include"access/attnum.h"
80+
#include"nodes/nodes.h"
8081
#include"nodes/pg_list.h"
8182
#include"access/tupdesc.h"
8283
#include"storage/fd.h"
@@ -102,6 +103,7 @@
102103
#include"storage/itemid.h"
103104

104105
#include"storage/item.h"
106+
#include"storage/page.h"
105107
#include"storage/bufpage.h"
106108

107109
#include"access/heapam.h"

‎src/backend/access/heap/hio.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Id: hio.c,v 1.5 1996/10/21 05:59:46 scrappy Exp $
10+
* $Id: hio.c,v 1.6 1996/10/31 08:28:52 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -16,6 +16,7 @@
1616

1717
#include"catalog/pg_attribute.h"
1818
#include"access/attnum.h"
19+
#include"nodes/nodes.h"
1920
#include"nodes/pg_list.h"
2021
#include"access/tupdesc.h"
2122
#include"storage/fd.h"
@@ -39,6 +40,7 @@
3940
#include"storage/itemid.h"
4041
#include"storage/item.h"
4142
#include"storage/off.h"
43+
#include"storage/page.h"
4244
#include"storage/bufpage.h"
4345

4446
#include"utils/tqual.h"

‎src/backend/access/heap/stats.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.4 1996/10/21 05:59:49 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.5 1996/10/31 08:28:53 scrappy Exp $
1111
*
1212
* NOTES
1313
* initam should be moved someplace else.
@@ -19,6 +19,7 @@
1919

2020
#include"catalog/pg_attribute.h"
2121
#include"access/attnum.h"
22+
#include"nodes/nodes.h"
2223
#include"nodes/pg_list.h"
2324
#include"access/tupdesc.h"
2425
#include"storage/fd.h"
@@ -43,6 +44,8 @@
4344

4445
#include"access/heapam.h"
4546

47+
#include"utils/memutils.h"
48+
#include"lib/fstack.h"
4649
#include"nodes/memnodes.h"
4750

4851
#include"utils/mcxt.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp