pgsql/src/include/storage s_lock.h

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/storage s_lock.h
Date: 2001-02-16 23:50:40
Message-ID: 200102162350.f1GNoee93873@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/02/16 18:50:40

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

Log message:
Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc
to generate unnecessarily stupid code. Tweak macro to describe a series
of store-constant ops, not store/load/store/load/store/load/store.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-02-17 01:00:05 pgsql/src/backend/storage/file fd.c
Previous Message Tom Lane 2001-02-16 21:41:53 pgsql/contrib/pgbench README.pgbench