postgresql/src
Andres Freund 5764f611e1 Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Part of a series to remove SHM_QUEUE. ilist.h style lists are more widely used
and have an easier to use interface.

As PROC_QUEUE is now unused, remove it.

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
2023-01-18 11:41:14 -08:00
..
backend Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks 2023-01-18 11:41:14 -08:00
bin Get rid of the "new" and "old" entries in a view's rangetable. 2023-01-18 13:23:57 -05:00
common Refactor code for restoring files via shell commands 2023-01-18 11:15:48 +09:00
fe_utils Refactor code for restoring files via shell commands 2023-01-18 11:15:48 +09:00
include Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks 2023-01-18 11:41:14 -08:00
interfaces Update copyright for 2023 2023-01-02 15:00:37 -05:00
makefiles Update copyright for 2023 2023-01-02 15:00:37 -05:00
pl New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
port Update copyright for 2023 2023-01-02 15:00:37 -05:00
template Use unnamed POSIX semaphores on Cygwin. 2023-01-06 10:33:28 +13:00
test Get rid of the "new" and "old" entries in a view's rangetable. 2023-01-18 13:23:57 -05:00
timezone Update copyright for 2023 2023-01-02 15:00:37 -05:00
tools Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks 2023-01-18 11:41:14 -08:00
tutorial Update copyright for 2023 2023-01-02 15:00:37 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in autoconf: Move export_dynamic determination to configure 2022-12-06 18:55:28 -08:00
Makefile.shlib autoconf: Rely on ar supporting index creation 2022-10-07 11:53:39 -07:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00