pgsql: Fix typo in solaris spinlock fix.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in solaris spinlock fix.
Date: 2014-09-09 11:59:04
Message-ID: E1XRK4e-0006vK-8t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in solaris spinlock fix.

07968dbfaad03 missed part of the S_UNLOCK define when building for
sparcv8+.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/50881036b17dc07cc61535d5bf27c56abaa4fbbb

Modified Files
--------------
src/include/storage/s_lock.h | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-09-09 14:59:40 pgsql: Move ALTER ... ALL IN to ProcessUtilitySlow
Previous Message Andres Freund 2014-09-08 23:08:31 pgsql: Fix spinlock implementation for some !solaris sparc platforms.