pgsql: Use dlists instead of SHM_QUEUE for predicate locking - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Use dlists instead of SHM_QUEUE for predicate locking
Date
Msg-id E1pIhbC-004YOu-0b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use dlists instead of SHM_QUEUE for predicate locking

Part of a series to remove SHM_QUEUE. ilist.h style lists are more widely used
and have an easier to use interface.

Reviewed-by: Thomas Munro <thomas.munro@gmail.com> (in an older version)
Discussion: https://postgr.es/m/20221120055930.t6kl3tyivzhlrzu2@awork3.anarazel.de
Discussion: https://postgr.es/m/20200211042229.msv23badgqljrdg2@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9600371764583c80f3d94957e3d16daa2661154b

Modified Files
--------------
src/backend/storage/lmgr/predicate.c      | 701 ++++++++++--------------------
src/include/storage/predicate_internals.h |  48 +-
2 files changed, 249 insertions(+), 500 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Improve the description of Output Plugin Callbacks.
Next
From: Tom Lane
Date:
Subject: pgsql: Make our back branches build under -fkeep-inline-functions.