pgsql: Fix typo in solaris spinlock fix. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix typo in solaris spinlock fix.
Date
Msg-id E1XRTMi-00084J-1q@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix spinlock implementation for some !solaris sparc platforms.
Next
From: Andres Freund
Date:
Subject: pgsql: Add new psql help topics, accessible to both --help and \?.