pgsql: Remove SHM_QUEUE

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove SHM_QUEUE
Date: 2023-01-20 02:57:50
Message-ID: E1pIhbC-004YOv-1d@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove SHM_QUEUE

Prior patches got rid of all the uses of SHM_QUEUE. ilist.h style lists are
more widely used and have an easier to use interface. As there are no users
left, remove SHM_QUEUE.

Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)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/d137cb52cb7fd44a3f24f3c750fbf7924a4e9532

Modified Files
--------------
src/backend/storage/ipc/Makefile | 1 -
src/backend/storage/ipc/meson.build | 1 -
src/backend/storage/ipc/shmqueue.c | 190 ------------------------------------
src/include/storage/shmem.h | 22 -----
src/tools/pgindent/typedefs.list | 1 -
5 files changed, 215 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-20 16:58:30 pgsql: Make our back branches build under -fkeep-inline-functions.
Previous Message Amit Kapila 2023-01-20 02:55:35 pgsql: Improve the description of Output Plugin Callbacks.