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

From Tom Lane
Subject pgsql: Fix some functions that were declared static then defined not-st
Date
Msg-id E1YAmEQ-0002Iy-Dh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7391e2513f486a5df3eebf132c6dd6c16cf4e1f1

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix some functions that were declared static then defined not-st
Next
From: Tom Lane
Date:
Subject: pgsql: Fix some functions that were declared static then defined not-st