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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing "static" marker to internal_ping().
Date: 2011-03-07 01:04:53
Message-ID: E1PwOsX-00067q-K9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-07 01:14:20 pgsql: Fix a couple more missing "static" markers.
Previous Message Simon Riggs 2011-03-07 00:27:36 pgsql: Dynamic array required within pg_stat_replication.