aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-12 16:45:14 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-12 16:45:14 +0000
commit07eeb9d109c057854b20707562ce517efa591761 (patch)
treec327a5d0acf471e00737609bf8ddd3fbbd18ee66 /src/backend/access/gist/gistutil.c
parent6b97e437ca20cbfcff059c668516c59914f5ba4d (diff)
downloadpostgresql-07eeb9d109c057854b20707562ce517efa591761.tar.gz
postgresql-07eeb9d109c057854b20707562ce517efa591761.zip
Do all accesses to shared buffer headers through volatile-qualified
pointers, to ensure that compilers won't rearrange accesses to occur while we're not holding the buffer header spinlock. It's probably not necessary to mark volatile in every single place in bufmgr.c, but better safe than sorry. Per trouble report from Kevin Grittner.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions