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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
