pgsql: Mark pg_upgrade's free_db_and_rel_infos() as a static function.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark pg_upgrade's free_db_and_rel_infos() as a static function.
Date: 2012-11-14 02:10:48
Message-ID: E1TYSRE-0004fj-JB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark pg_upgrade's free_db_and_rel_infos() as a static function.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/info.c | 3 ++-
contrib/pg_upgrade/pg_upgrade.h | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-11-14 22:30:46 pgsql: Fix the int8 and int2 cases of (minimum possible integer) % (-1)
Previous Message Bruce Momjian 2012-11-14 02:08:16 pgsql: Adjust find_status for newer Linux 'nm' output format.