Commit 775464e8 authored by Tom Lane's avatar Tom Lane

Add missing "static" marker to internal_ping().

Per testing with a compiler that doesn't like that.
parent cae4974e
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment