mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -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
@ -2593,7 +2593,7 @@ error_return:
|
|||||||
*
|
*
|
||||||
* The argument is a connection that's been started, but not completed.
|
* The argument is a connection that's been started, but not completed.
|
||||||
*/
|
*/
|
||||||
PGPing
|
static PGPing
|
||||||
internal_ping(PGconn *conn)
|
internal_ping(PGconn *conn)
|
||||||
{
|
{
|
||||||
/* Say "no attempt" if we never got to PQconnectPoll */
|
/* Say "no attempt" if we never got to PQconnectPoll */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user