pgsql: lwlock: Remove ForEachLWLockHeldByMe - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: lwlock: Remove ForEachLWLockHeldByMe
Date
Msg-id E1vgTVA-000fhV-35@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
lwlock: Remove ForEachLWLockHeldByMe

As of commit fcb9c977aa5, ForEachLWLockHeldByMe(), introduced in f4ece891fc2f,
is not used anymore, as content locks are now implemented in bufmgr.c.  It
doesn't seem that likely that a new user of the functionality will appear all
that soon, making removal of the function seem like the most sensible path. It
can easily be added back if necessary.

Discussion: https://postgr.es/m/lneuyxqxamqoayd2ntau3lqjblzdckw6tjgeu4574ezwh4tzlg%40noioxkquezdw

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55fbfb738b00be8779949595065cb85aa471ea80

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 15 ---------------
src/include/storage/lwlock.h      |  2 --
2 files changed, 17 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: bufmgr: Implement buffer content locks independently of lwlocks
Next
From: Michael Paquier
Date:
Subject: pgsql: Add pg_clear_extended_stats()