pgsql: Update comment about __sync_lock_test_and_set() bug. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Update comment about __sync_lock_test_and_set() bug.
Date
Msg-id E1iOSBW-0000PS-Ji@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update comment about __sync_lock_test_and_set() bug.

State the earliest known fixed version, so we can someday judge the
workaround to be obsolete.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e653c714c25bb8bde0b80b3bf3a220704b71a106

Modified Files
--------------
src/include/port/atomics.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: improve documentation of configuration settings that have u
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump's handling of circular dependencies in views.