]> 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:52 +0000 (16:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Jan 2015 21:08:52 +0000 (16:08 -0500)
commit4bb45b99963a4c236d3076fe2c169e79fead5526
treee48d9da26c5966c874ae4aa73789e266a1938c41
parente9f9ebfe65014ff701b3c0712d1036afea161d1f
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