Re: use new List API names - Mailing list pgsql-patches

From Tom Lane
Subject Re: use new List API names
Date
Msg-id 15676.1085932988@sss.pgh.pa.us
Whole thread Raw
In response to use new List API names  (Neil Conway <neilc@samurai.com>)
Responses Re: use new List API names  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> This patch updates the remaining parts of the source tree to use the
> new List API function names and disables the list compatibility API
> by default. This patch compiles without warnings and passes the
> regression tests.

I thought llast() and length() were going away too?

> This patch does not remove the usage of FastList; that should also
> be done.

I can deal with that later ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: use new List API names
Next
From: Neil Conway
Date:
Subject: Re: use new List API names