File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.18 2000/01/10 20:46:23 momjian Exp $
11
+ # $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.19 2000/01/11 01:42:08 tgl Exp $
12
12
#
13
13
# NOTES
14
14
# Passes any -D options on to cpp prior to generating the list
@@ -83,7 +83,7 @@ cat > $HFILE <<FuNkYfMgRsTuFf
83
83
*
84
84
* Copyright (c) 1994, Regents of the University of California
85
85
*
86
- * $Id : Gen_fmgrtab.sh.in,v 1.18 2000/01/10 20:46:23 momjian Exp $
86
+ * $Id : Gen_fmgrtab.sh.in,v 1.19 2000/01/11 01:42:08 tgl Exp $
87
87
*
88
88
* NOTES
89
89
* ******************************
@@ -100,15 +100,8 @@ cat > $HFILE <<FuNkYfMgRsTuFf
100
100
101
101
#include "postgres.h"
102
102
103
- /*
104
- * Maximum number of arguments for a built-in function.
105
- *
106
- * XXX note that you cannot call a function with more than 8
107
- * arguments from the user level since the catalogs only
108
- * store 8 argument type values for type-checking ...
109
- */
110
103
typedef struct {
111
- char *data[FUNC_MAX_ARGS]; /* function name is arg0 */
104
+ char *data[FUNC_MAX_ARGS];
112
105
} FmgrValues;
113
106
114
107
typedef struct {
@@ -204,7 +197,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
204
197
*
205
198
*
206
199
* IDENTIFICATION
207
- * $Header : /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.18 2000/01/10 20:46:23 momjian Exp $
200
+ * $Header : /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.19 2000/01/11 01:42:08 tgl Exp $
208
201
*
209
202
* NOTES
210
203
*
You can’t perform that action at this time.
0 commit comments