Fix some functions that were declared static then defined not-static.
Tom Lane <tgl@sss.pgh.pa.us>
Fix some functions that were declared static then defined not-static. Per testing with a compiler that whines about this.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_main.c | modified | +1 −1 |
| src/pl/plpython/plpy_plpymodule.c | modified | +10 −10 |