diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-07-21 19:39:03 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-07-21 19:39:03 -0400 |
commit | 1f115d98b984c80e635392aed10cc6185d1f8f4b (patch) | |
tree | f85b6937afcfd32b05aec1020fcd9a21292c85e3 /src/backend/storage/file/fd.c | |
parent | 31c7c642b6419b43eff903285e3da65e3f1901d6 (diff) | |
download | postgresql-1f115d98b984c80e635392aed10cc6185d1f8f4b.tar.gz postgresql-1f115d98b984c80e635392aed10cc6185d1f8f4b.zip |
Suppress volatile-related warning seen in some compilers.
Antique versions of gcc complain about vars that are initialized outside
PG_TRY and then modified within it. Rather than marking the var volatile,
expend one more line of code.
Diffstat (limited to 'src/backend/storage/file/fd.c')
0 files changed, 0 insertions, 0 deletions