]> granicus.if.org Git - postgresql/commit
Volatile-qualify a dozen variables in plpython.c to eliminate warnings
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2007 04:57:59 +0000 (04:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2007 04:57:59 +0000 (04:57 +0000)
commit2789b7278c11785750dd9d2837856510ffc67000
tree0eb89a66529ad1a18890be9ba4a6337cc992d7e0
parent39f06dcad6fd566bc2403b7a6e0480a98f6e52f8
Volatile-qualify a dozen variables in plpython.c to eliminate warnings
from old versions of gcc.  It's not clear to me that this is really
necessary for correctness, but less warnings are always good.
Per buildfarm results and local testing.
src/pl/plpython/plpython.c