Re: type cache cleanup improvements

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Artur Zakirov <zaartur(at)gmail(dot)com>, Andrei Lepikhov <lepihov(at)gmail(dot)com>, Alexander Lakhin <exclusion(at)gmail(dot)com>, Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>, Teodor Sigaev <teodor(at)sigaev(dot)ru>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, Aleksander Alekseev <aleksander(at)timescale(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: type cache cleanup improvements
Date: 2024-10-20 23:32:08
Message-ID: 87y12i8i6f.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alexander Korotkov <aekorotkov(at)gmail(dot)com> writes:

> +static Oid *in_progress_list;
> +static int in_progress_list_len;
> +static int in_progress_list_maxlen;

Is there any particular reason not to use pg_list.h for this?

- ilmari

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-10-21 00:00:00 commitfest.postgresql.org Specify thread msgid does not work for pgsql-bugs(at)lists(dot)postgresql(dot)org
Previous Message Alexander Korotkov 2024-10-20 22:09:23 Re: type cache cleanup improvements