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

Commitee57938

Browse files
committed
remove unnecessary and now inaccurate cast which I should have removed with other old code.
1 parent915abb3 commitee57938

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/pl/plperl/plperl.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**********************************************************************
22
* plperl.c - perl as a procedural language for PostgreSQL
33
*
4-
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.124 2007/01/2701:55:57 adunstan Exp $
4+
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.125 2007/01/2716:46:21 adunstan Exp $
55
*
66
**********************************************************************/
77

@@ -2142,8 +2142,7 @@ plperl_spi_prepare(char *query, int argc, SV **argv)
21422142
getTypeInputInfo(typId,&typInput,&typIOParam);
21432143

21442144
qdesc->argtypes[i]=typId;
2145-
perm_fmgr_info((Form_pg_type)typInput,
2146-
&(qdesc->arginfuncs[i]));
2145+
perm_fmgr_info(typInput,&(qdesc->arginfuncs[i]));
21472146
qdesc->argtypioparams[i]=typIOParam;
21482147
}
21492148

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp