Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 775464e

Browse files
committed
Add missing "static" marker to internal_ping().
Per testing with a compiler that doesn't like that.
1 parent cae4974 commit 775464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/fe-connect.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ PQconnectPoll(PGconn *conn)
25932593
*
25942594
* The argument is a connection that's been started, but not completed.
25952595
*/
2596-
PGPing
2596+
static PGPing
25972597
internal_ping(PGconn *conn)
25982598
{
25992599
/* Say "no attempt" if we never got to PQconnectPoll */

0 commit comments

Comments
 (0)