pgsql: Remove unused, and dangerous, TestLatch() macro. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove unused, and dangerous, TestLatch() macro.
Date
Msg-id E1agzUL-0007Sv-Vm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unused, and dangerous, TestLatch() macro.

The macro has not seen any in-tree use since latches had been introduced
in 2746e5f, in 2010.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fad0f9d8c9f6a8e99156b8f01cba54be39f31761

Modified Files
--------------
src/include/storage/latch.h | 2 --
1 file changed, 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Make it easier to choose the used waiting primitive in unix_latc
Next
From: Andres Freund
Date:
Subject: pgsql: Only clear latch self-pipe/event if there is a pending notificat