Mark ParseWithLibpq as static.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 07:21:11 +0000 (10:21 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 07:21:11 +0000 (10:21 +0300)
For sake of tidiness.

statement.c

index d46c2764860046992b427beaf5a3284ed9d52d8c..48fb8b3f9aa6635c8599f7a941077530e4504b31 100644 (file)
@@ -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)