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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 450d9f2d6669e3c97544de9878611ee2964db29d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-01-12T21:08:46Z
Releases: 9.4.1
Fix some functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.

Files

PathChange+/−
src/pl/plpython/plpy_main.c modified +1 −1
src/pl/plpython/plpy_plpymodule.c modified +10 −10