Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa0d3ec

Browse files
committed
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
The file 'backend/utils/adt/arrayfuncs.c' won't compile with theFebruary 14th snapshot, because of an inconsistency between thedeclaration and implementation of ReadArrayStr(). As far as I cantell, the predeclaration is wrong. I assume this is what was meant:
1 parenta377ad5 commitaa0d3ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/utils/adt/arrayfuncs.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.25 1998/02/13 19:45:53 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.26 1998/02/14 18:00:37 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -44,9 +44,9 @@
4444
/*-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-*/
4545
staticint_ArrayCount(char*str,intdim[],inttypdelim);
4646
staticchar*_ReadArrayStr(char*arrayStr,intnitems,intndim,intdim[],
47-
FmgrInfo*inputproc,Oidtypelem,chartypdelim,
48-
inttyplen,booltypbyval,chartypalign,
49-
int*nbytes,int16typmod);
47+
FmgrInfo*inputproc,Oidtypelem,int16typmod,
48+
chartypdelim,inttyplen,booltypbyval,
49+
chartypalign,int*nbytes);
5050

5151
#ifdefLOARRAY
5252
staticchar*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp