From: Marc G. Fournier Date: Thu, 31 Oct 1996 07:37:57 +0000 (+0000) Subject: .h files shouldn't include .h files, .c files should contain .h files... X-Git-Tag: REL2_0~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14352a3ef66a7f9324e1c3676524474b829f15f3;p=postgresql .h files shouldn't include .h files, .c files should contain .h files... remove postgres.h from fmgr.h creation --- diff --git a/src/backend/utils/Gen_fmgrtab.sh b/src/backend/utils/Gen_fmgrtab.sh index 393044ea52..b860f5d574 100644 --- a/src/backend/utils/Gen_fmgrtab.sh +++ b/src/backend/utils/Gen_fmgrtab.sh @@ -8,7 +8,7 @@ # # # 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 # Passes any -D options on to cpp prior to generating the list @@ -81,7 +81,7 @@ cat > $HFILE < $HFILE < $TABCFILE <