mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue