projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59cadcf
)
Mark ParseWithLibpq as static.
author
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 07:21:11 +0000
(10:21 +0300)
committer
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 07:21:11 +0000
(10:21 +0300)
For sake of tidiness.
statement.c
patch
|
blob
|
blame
|
history
diff --git
a/statement.c
b/statement.c
index d46c2764860046992b427beaf5a3284ed9d52d8c..48fb8b3f9aa6635c8599f7a941077530e4504b31 100644
(file)
--- a/
statement.c
+++ b/
statement.c
@@
-2618,7
+2618,7
@@
cleanup:
* 'res' is only passed here for error reporting purposes. If an error is
* encountered, it is set in 'res', and the function returns FALSE.
*/
-BOOL
+
static
BOOL
ParseWithLibpq(StatementClass *stmt, const char *plan_name,
const char *query,
Int2 num_params, const char *comment, QResultClass *res)