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 <[email protected]> (in an older version) Discussion: https://postgr.es/m/[email protected] Discussion: https://postgr.es/m/[email protected] 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(-)
