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

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

Commit: 7391e2513f486a5df3eebf132c6dd6c16cf4e1f1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-01-12T21:08:43Z
Releases: 9.5.0
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