Volatile-qualify a dozen variables in plpython.c to eliminate warnings

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2789b7278c11785750dd9d2837856510ffc67000
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-13T04:57:59Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/pl/plpython/plpython.c modified +28 −25