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

Started by Tom Laneover 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)