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 <[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/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(-)
