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

Commit3494505

Browse files
committed
Changed make to gmake.
Added needed include file.
1 parent4cf9d03 commit3494505

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎src/backend/tcop/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for tcop
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.1 1996/10/27 09:52:53 bryanh Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.2 1996/10/31 05:55:23 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -28,7 +28,7 @@ SUBSYS.o: $(OBJS)
2828
utility.o: ../parse.h
2929

3030
../parse.h:
31-
make -C .. parse.h
31+
gmake -C .. parse.h
3232

3333
dep: ../parse.h
3434
$(CC) -MM$(INCLUDE_OPT)*.c>depend

‎src/backend/tcop/aclchk.c

Lines changed: 2 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/tcop/Attic/aclchk.c,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.2 1996/10/31 05:55:24 momjian Exp $
1111
*
1212
* NOTES
1313
* See acl.h.
@@ -26,6 +26,7 @@
2626
#include"catalog/catalog.h"
2727
#include"catalog/catname.h"
2828
#include"catalog/pg_group.h"
29+
#include"catalog/pg_operator.h"
2930
#include"catalog/pg_user.h"
3031
#include"utils/syscache.h"
3132
#include"parser/catalog_utils.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp