Content-Length: 268804 | pFad | http://github.com/postgrespro/postgres/commit/306a4287c3503bdd3c3e490d80508e00e1708c02

65 Make argument const char * as per Takahiro Itagaki's suggestion. · postgrespro/postgres@306a428 · GitHub
Skip to content

Commit 306a428

Browse files
author
Michael Meskes
committed
Make argument const char * as per Takahiro Itagaki's suggestion.
1 parent 5bc7561 commit 306a428

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
#define POSTGRES_ECPG_INTERNAL
44
#include "postgres_fe.h"
@@ -414,7 +414,7 @@ ecpg_freeStmtCacheEntry(int lineno, int compat, int entNo) /* entry # to free *
414414
*/
415415
static int
416416
AddStmtToCache(int lineno, /* line # of statement */
417-
char *stmtID, /* statement ID */
417+
const char *stmtID, /* statement ID */
418418
const char *connection, /* connection */
419419
int compat, /* compatibility level */
420420
const char *ecpgQuery) /* query */

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/306a4287c3503bdd3c3e490d80508e00e1708c02

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy