Skip to content

Commit ea38242

Browse files
committed
Fix mismatch in const:ness of parameters.
1 parent 6cf9f31 commit ea38242

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
#define POSTGRES_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(int lineno, const char *connection_name, int compat, char **name, const char *query)
466+
ecpg_auto_prepare(int lineno, const char *connection_name, const int compat, char **name, const char *query)
467467
{
468468
int entNo;
469469

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy