pgsql: Update comment about __sync_lock_test_and_set() bug.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comment about __sync_lock_test_and_set() bug.
Date: 2019-10-26 19:57:14
Message-ID: E1iOSBW-0000PS-Ji@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-10-26 21:37:43 pgsql: Fix pg_dump's handling of circular dependencies in views.
Previous Message Tom Lane 2019-10-26 16:31:03 pgsql: Doc: improve documentation of configuration settings that have u