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

Commitab24440

Browse files
committed
Same clean up of Makefile, and addition of include files
1 parentf578f8f commitab24440

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

‎src/backend/access/index/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
# Makefile for access/index
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/access/index/Makefile,v 1.1 1996/10/27 09:46:25 bryanh Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/access/index/Makefile,v 1.2 1996/10/31 08:32:20 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/index/genam.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/index/genam.c,v 1.3 1996/10/21 07:38:17 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.4 1996/10/31 08:32:21 scrappy Exp $
1111
*
1212
* NOTES
1313
* many of the old access method routines have been turned into
@@ -48,6 +48,7 @@
4848

4949
#include"catalog/pg_attribute.h"
5050
#include"access/attnum.h"
51+
#include"nodes/nodes.h"
5152
#include"nodes/pg_list.h"
5253
#include"access/tupdesc.h"
5354
#include"storage/fd.h"
@@ -75,6 +76,8 @@
7576
#include"access/sdir.h"
7677

7778
#include"lib/dllist.h"
79+
#include"lib/fstack.h"
80+
#include"utils/memutils.h"
7881
#include"nodes/memnodes.h"
7982
#include"utils/catcache.h"
8083

‎src/backend/access/index/indexam.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/index/indexam.c,v 1.4 1996/10/21 07:38:19 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.5 1996/10/31 08:32:22 scrappy Exp $
1111
*
1212
* INTERFACE ROUTINES
1313
*index_open - open an index relation by relationId
@@ -67,6 +67,7 @@
6767

6868
#include"catalog/pg_attribute.h"
6969
#include"access/attnum.h"
70+
#include"nodes/nodes.h"
7071
#include"nodes/pg_list.h"
7172
#include"access/tupdesc.h"
7273
#include"storage/fd.h"
@@ -101,6 +102,7 @@
101102

102103
#include"utils/palloc.h"
103104

105+
#include<sys/types.h>
104106
#include"storage/ipc.h"
105107
#include"storage/spin.h"
106108
#include"utils/hsearch.h"

‎src/backend/access/index/istrat.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/access/index/Attic/istrat.c,v 1.4 1996/10/23 07:38:43 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.5 1996/10/31 08:32:23 scrappy Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -17,6 +17,7 @@
1717

1818
#include"catalog/pg_attribute.h"
1919
#include"access/attnum.h"
20+
#include"nodes/nodes.h"
2021
#include"nodes/pg_list.h"
2122
#include"access/tupdesc.h"
2223
#include"storage/fd.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp