From 26219009ed1e11fac8fd05f40fb8da6ff0399c73 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 12 Oct 2016 10:21:11 +0300 Subject: [PATCH] Mark ParseWithLibpq as static. For sake of tidiness. --- statement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statement.c b/statement.c index d46c276..48fb8b3 100644 --- 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) -- 2.39.5