Alexander Korotkov <aekorot...@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
Alexander Korotkov <aekorot...@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