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

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

Commit: 71942a8b3ad516251cc1ba87362917a6614ee435
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-01-12T21:08:49Z
Releases: 9.3.6
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