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

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

Commit: 4bb45b99963a4c236d3076fe2c169e79fead5526
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-01-12T21:08:52Z
Releases: 9.2.10
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