]> granicus.if.org Git - postgresql/commitdiff
Add missing "static" marker to internal_ping().
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Mar 2011 01:04:29 +0000 (20:04 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Mar 2011 01:04:29 +0000 (20:04 -0500)
Per testing with a compiler that doesn't like that.

src/interfaces/libpq/fe-connect.c

index 7766c7eabae425aabf9669ccae0542550e01fa1c..a4959ee22ec05541c50f40c0f221fd38230605da 100644 (file)
@@ -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 */