.h files shouldn't include .h files, .c files should contain .h files...

remove postgres.h from fmgr.h creation
This commit is contained in:
Marc G. Fournier 1996-10-31 07:37:57 +00:00
parent 081fd70d92
commit 14352a3ef6

View File

@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $ # $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
# #
# NOTES # NOTES
# Passes any -D options on to cpp prior to generating the list # Passes any -D options on to cpp prior to generating the list
@ -81,7 +81,7 @@ cat > $HFILE <<FuNkYfMgRsTuFf
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $ * $Id: Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
* *
* NOTES * NOTES
* ****************************** * ******************************
@ -96,8 +96,6 @@ cat > $HFILE <<FuNkYfMgRsTuFf
#ifndef FMGR_H #ifndef FMGR_H
#define FMGR_H #define FMGR_H
#include "postgres.h" /* for some prototype typedefs */
/* /*
* Maximum number of arguments for a built-in function. * Maximum number of arguments for a built-in function.
* *
@ -175,7 +173,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
* *
* NOTES * NOTES
* *