Re: use new List API names

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: use new List API names
Date: 2004-05-30 16:03:08
Message-ID: 15676.1085932988@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-05-30 20:09:33 Re: use new List API names
Previous Message Neil Conway 2004-05-30 12:05:46 use new List API names