mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add missing "static" marker to internal_ping().
Per testing with a compiler that doesn't like that.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user