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

Commitea38242

Browse files
committed
Fix mismatch in const:ness of parameters.
1 parent6cf9f31 commitea38242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/ecpglib/prepare.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.31 2009/06/11 14:49:13 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.32 2009/07/22 11:07:02 mha Exp $ */
22

33
#definePOSTGRES_ECPG_INTERNAL
44
#include"postgres_fe.h"
@@ -463,7 +463,7 @@ AddStmtToCache(int lineno,/* line # of statement*/
463463

464464
/* handle cache and preparation of statments in auto-prepare mode */
465465
bool
466-
ecpg_auto_prepare(intlineno,constchar*connection_name,intcompat,char**name,constchar*query)
466+
ecpg_auto_prepare(intlineno,constchar*connection_name,constintcompat,char**name,constchar*query)
467467
{
468468
intentNo;
469469

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp