mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Add missing "static" marker to internal_ping().
Per testing with a compiler that doesn't like that.
This commit is contained in:
parent
cae4974e3d
commit
775464e845
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user