Re: Replace PROC_QUEUE / SHM_QUEUE with ilist.h

2023-01-20 Thread Robert Haas
On Thu, Jan 19, 2023 at 9:58 PM Andres Freund wrote: > Finally pushed, with some fairly minor additional cleanup. No more SHM_QUEUE, > yay! Nice. I won't miss it one bit. -- Robert Haas EDB: http://www.enterprisedb.com

Re: Replace PROC_QUEUE / SHM_QUEUE with ilist.h

2023-01-19 Thread Andres Freund
Hi, On 2022-12-03 10:17:22 -0800, Andres Freund wrote: > On 2022-11-19 21:59:30 -0800, Andres Freund wrote: > > In [1] Robert justifiably complained about the use of PROC_QUEUE. I've > > previously been bothered by this in [2], but didn't get around to finishing > > the patches. > > > > One

Re: Replace PROC_QUEUE / SHM_QUEUE with ilist.h

2022-12-03 Thread Andres Freund
Hi, On 2022-11-19 21:59:30 -0800, Andres Freund wrote: > In [1] Robert justifiably complained about the use of PROC_QUEUE. I've > previously been bothered by this in [2], but didn't get around to finishing > the patches. > > One thing that made me hesitate was the naming of the function for a)

Replace PROC_QUEUE / SHM_QUEUE with ilist.h

2022-11-19 Thread Andres Freund
Hi, In [1] Robert justifiably complained about the use of PROC_QUEUE. I've previously been bothered by this in [2], but didn't get around to finishing the patches. One thing that made me hesitate was the naming of the function for a) checking whether a dlist_node is a list, b) initializing and