pgsql: Fix some functions that were declared static then defined not-st

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some functions that were declared static then defined not-st
Date: 2015-01-12 21:09:02
Message-ID: E1YAmEQ-0002J0-Du@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/450d9f2d6669e3c97544de9878611ee2964db29d

Modified Files
--------------
src/pl/plpython/plpy_main.c | 2 +-
src/pl/plpython/plpy_plpymodule.c | 20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-01-13 08:33:19 pgsql: Fix typos in comment.
Previous Message Tom Lane 2015-01-12 20:14:07 pgsql: Avoid unexpected slowdown in vacuum regression test.