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

Commit14352a3

Browse files
committed
.h files shouldn't include .h files, .c files should contain .h files...
remove postgres.h from fmgr.h creation
1 parent081fd70 commit14352a3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/backend/utils/Gen_fmgrtab.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $
11+
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
1212
#
1313
# NOTES
1414
# Passes any -D options on to cpp prior to generating the list
@@ -81,7 +81,7 @@ cat > $HFILE <<FuNkYfMgRsTuFf
8181
*
8282
* Copyright (c) 1994, Regents of the University of California
8383
*
84-
*$Id: Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $
84+
*$Id: Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
8585
*
8686
* NOTES
8787
*******************************
@@ -96,8 +96,6 @@ cat > $HFILE <<FuNkYfMgRsTuFf
9696
#ifndefFMGR_H
9797
#define FMGR_H
9898
99-
#include "postgres.h"/* for some prototype typedefs */
100-
10199
/*
102100
*Maximum number of arguments for a built-in function.
103101
*
@@ -175,7 +173,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
175173
*
176174
*
177175
* IDENTIFICATION
178-
*$Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $
176+
*$Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
179177
*
180178
* NOTES
181179
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp