File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.26 1998/09/01 04:32:47 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.27 1998/09/18 04:43:18 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -211,7 +211,7 @@ regprocout(RegProcedure proid)
211
211
* int8typeout - converts int8 type oids to "typname" list
212
212
*/
213
213
text *
214
- oid8types (Oid * * oidArray )
214
+ oid8types (Oid ( * oidArray )[] )
215
215
{
216
216
HeapTuple typetup ;
217
217
text * result ;
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: builtins.h,v 1.53 1998/09/01 06:22:46 momjian Exp $
9
+ * $Id: builtins.h,v 1.54 1998/09/18 04:43:20 momjian Exp $
10
10
*
11
11
* NOTES
12
12
* This should normally only be included by fmgr.h.
@@ -358,7 +358,7 @@ extern bool texticregexne(struct varlena * s, struct varlena * p);
358
358
/* regproc.c */
359
359
extern int32 regprocin (char * pro_name_and_oid );
360
360
extern char * regprocout (RegProcedure proid );
361
- extern text * oid8types (Oid * * oidArray );
361
+ extern text * oid8types (Oid ( * oidArray )[] );
362
362
extern Oid regproctooid (RegProcedure rp );
363
363
364
364
/* define macro to replace mixed-case function call - tgl 97/04/27 */
You can’t perform that action at this time.
0 commit comments