pgsql: On AIX, include <sys/atomic_op.h> so that the functions we use

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: On AIX, include <sys/atomic_op.h> so that the functions we use
Date: 2007-07-16 02:03:15
Message-ID: 20070716020315.404A19FB26F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
On AIX, include <sys/atomic_op.h> so that the functions we use for
TAS support are properly declared.

Modified Files:
--------------
pgsql/src/include/storage:
s_lock.h (r1.159 -> r1.160)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.159&r2=1.160)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-16 04:57:57 pgsql: So our reward for including <sys/atomic_op.h> seems to be a bunch
Previous Message Tom Lane 2007-07-15 23:57:13 pgsql: Get rid of overly cute, unportable, probably not very efficient