pgsql: Fix a couple more missing "static" markers.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a couple more missing "static" markers.
Date: 2011-03-07 01:14:20
Message-ID: E1PwP1g-0006Gd-0o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a couple more missing "static" markers.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dfe18f18d262df731378cbf38a4136f08ca119a5

Modified Files
--------------
contrib/pg_upgrade/check.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-07 02:16:09 pgsql: Suppress some "variable might be clobbered by longjmp" warnings.
Previous Message Tom Lane 2011-03-07 01:04:53 pgsql: Add missing "static" marker to internal_ping().