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

Commit306a428

Browse files
author
Michael Meskes
committed
Make argument const char * as per Takahiro Itagaki's suggestion.
1 parent5bc7561 commit306a428

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.35 2010/01/22 14:13:03 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.36 2010/01/22 14:19:27 meskes Exp $ */
22

33
#definePOSTGRES_ECPG_INTERNAL
44
#include"postgres_fe.h"
@@ -414,7 +414,7 @@ ecpg_freeStmtCacheEntry(int lineno, int compat, int entNo)/* entry # to free *
414414
*/
415415
staticint
416416
AddStmtToCache(intlineno,/* line # of statement*/
417-
char*stmtID,/* statement ID*/
417+
constchar*stmtID,/* statement ID*/
418418
constchar*connection,/* connection*/
419419
intcompat,/* compatibility level */
420420
constchar*ecpgQuery)/* query*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp