Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit775464e

Browse files
committed
Add missing "static" marker to internal_ping().
Per testing with a compiler that doesn't like that.
1 parentcae4974 commit775464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
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+
staticPGPing
25972597
internal_ping(PGconn*conn)
25982598
{
25992599
/* Say "no attempt" if we never got to PQconnectPoll */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp