Thread: pgsql: Add missing "static" marker to internal_ping().

pgsql: Add missing "static" marker to internal_ping().

From
Tom Lane
Date:
Add missing "static" marker to internal_ping().

Per testing with a compiler that doesn't like that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/775464e8450677602833b1d11b919838e7b2b29a

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)