Back-patch some plpython patches previously made only in HEAD: changes of
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2007 15:53:12 +0000 (15:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2007 15:53:12 +0000 (15:53 +0000)
commit9632b06ec711edbf179ed64fcf4cf29f92e06967
treefdfdc2f2145ad596ad20735dcd0101a351359f0c
parent5b8328b936f11f8b0cd63428f75754c575ef4dc3
Back-patch some plpython patches previously made only in HEAD: changes of
3-Apr and 4-Apr to declare interface functions properly and eliminate casts,
thereby fixing potential problems on 64-bit machines; and changes of 13-Jul
to volatile-qualify some variables to suppress compiler warnings.
Per discussion, we're only worrying about Python 2.5 in PG 8.2 and up,
so no need to patch further back.
src/pl/plpython/plpython.c