Fix some functions that were declared static then defined not-static.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Jan 2015 21:08:43 +0000 (16:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Jan 2015 21:08:43 +0000 (16:08 -0500)
commit7391e2513f486a5df3eebf132c6dd6c16cf4e1f1
treec7f62007414395ccb85e6501069775d091bf2954
parent5b3ce2c911a2ec9de13b0dea7e135ad945a14583
Fix some functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.
src/pl/plpython/plpy_main.c
src/pl/plpython/plpy_plpymodule.c