use new List API names

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: use new List API names
Date: 2004-05-30 12:05:46
Message-ID: 40B9CE1A.2090700@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

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

Barring any objections, I intend to apply this patch on Sunday
evening (PDT).

-Neil

Attachment Content-Type Size
list-rewrite-updates-15.patch.gz application/x-gzip 35.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-30 16:03:08 Re: use new List API names
Previous Message Bruce Momjian 2004-05-30 03:07:54 Re: dynamic_library_path on Win32