diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index 7766c7eabae..a4959ee22ec 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -2593,7 +2593,7 @@ error_return: * * The argument is a connection that's been started, but not completed. */ -PGPing +static PGPing internal_ping(PGconn *conn) { /* Say "no attempt" if we never got to PQconnectPoll */