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