Volatile-qualify a dozen variables in plpython.c to eliminate warnings
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpython.c | modified | +28 −25 |