aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-14 18:00:37 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-14 18:00:37 +0000
commitaa0d3ec1be39745cdace29ad29d42251590924bf (patch)
treedc9ecb68fe0d5d9fd19d8e7a7adca01fd416a8be /src/backend/utils/adt/arrayfuncs.c
parenta377ad58ea5ae12c644b94c2991b732a1f97af20 (diff)
downloadpostgresql-aa0d3ec1be39745cdace29ad29d42251590924bf.tar.gz
postgresql-aa0d3ec1be39745cdace29ad29d42251590924bf.zip
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
The file 'backend/utils/adt/arrayfuncs.c' won't compile with the February 14th snapshot, because of an inconsistency between the declaration and implementation of ReadArrayStr(). As far as I can tell, the predeclaration is wrong. I assume this is what was meant:
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
-rw-r--r--src/backend/utils/adt/arrayfuncs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/utils/adt/arrayfuncs.c b/src/backend/utils/adt/arrayfuncs.c
index bb91516bb5e..a04a3b6174a 100644
--- a/src/backend/utils/adt/arrayfuncs.c
+++ b/src/backend/utils/adt/arrayfuncs.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.25 1998/02/13 19:45:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.26 1998/02/14 18:00:37 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -44,9 +44,9 @@
/*-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-*/
static int _ArrayCount(char *str, int dim[], int typdelim);
static char *_ReadArrayStr(char *arrayStr, int nitems, int ndim, int dim[],
- FmgrInfo *inputproc, Oid typelem, char typdelim,
- int typlen, bool typbyval, char typalign,
- int *nbytes, int16 typmod);
+ FmgrInfo *inputproc, Oid typelem, int16 typmod,
+ char typdelim, int typlen, bool typbyval,
+ char typalign, int *nbytes);
#ifdef LOARRAY
static char *