]> granicus.if.org Git - postgresql/commit
Fix some functions that were declared static then defined not-static.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Jan 2015 21:08:46 +0000 (16:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Jan 2015 21:08:46 +0000 (16:08 -0500)
commit450d9f2d6669e3c97544de9878611ee2964db29d
tree0ecc986229068e33e2b03d54b5a4f3a104d1f3f8
parent4072d91f24681d8d9f0cbdfd58c50ce30f4f1331
Fix some functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.
src/pl/plpython/plpy_main.c
src/pl/plpython/plpy_plpymodule.c