Re: type cache cleanup improvements - Mailing list pgsql-hackers

From Dagfinn Ilmari Mannsåker
Subject Re: type cache cleanup improvements
Date
Msg-id 87y12i8i6f.fsf@wibble.ilmari.org
Whole thread Raw
In response to type cache cleanup improvements  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: type cache cleanup improvements
List pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.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



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: type cache cleanup improvements
Next
From: jian he
Date:
Subject: comment invalid link reference in Macros IF_NEED_REFILL_AND_NOT_EOF_CONTINUE copyfromparse.c