Add missing "static" marker to internal_ping().

Per testing with a compiler that doesn't like that.
This commit is contained in:
Tom Lane 2011-03-06 20:04:29 -05:00
parent cae4974e3d
commit 775464e845

View File

@ -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 */