postgresql/src
Andres Freund 51384cc40c Add detached node functions to ilist
These allow to test whether an element is in a list by checking whether
prev/next are NULL. Needed to replace SHMQueueIsDetached() when converting
from SHM_QUEUE to ilist.h style lists.

Reviewed-by: Thomas Munro <thomas.munro@gmail.com>
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 Fix ILIST_DEBUG build 2023-01-18 10:26:15 -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 Add detached node functions to ilist 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 Refactor code for restoring files via shell commands 2023-01-18 11:15:48 +09: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