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 21:54:20
Message-ID: E1XRTMi-00084J-1q@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
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/030fd8afc882127c93ac10ce8d187fe46f5d72e2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-09-09 22:12:35 pgsql: Add new psql help topics, accessible to both --help and \?.
Previous Message Andres Freund 2014-09-09 21:54:02 pgsql: Fix typo in solaris spinlock fix.