pgsql/src/include/storage s_lock.h

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/storage s_lock.h
Date: 2001-12-11 02:58:49
Message-ID: 200112110258.fBB2wnd11003@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/12/10 21:58:49

Modified files:
src/include/storage: s_lock.h

Log message:
Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'
object. This should prevent the compiler from reordering loads and stores
into or out of a critical section.

Browse pgsql-committers by date

  From Date Subject
Next Message barry 2001-12-11 04:44:23 pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Previous Message Thomas Lockhart 2001-12-11 02:47:09 Re: pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...