Re: WIP list rewrite

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: WIP list rewrite
Date: 2004-05-24 05:06:40
Message-ID: 40B182E0.6080306@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> A couple hours' poking at the patch yielded the attached two diffs

Thanks Tom!

> and the realization that list_difference_private cannot work, because
> its first call to list_append_auto will crash due to new_list being NIL.

Yeah, I noticed an analogous problem in list_union(), I'd been meaning
to take a look at list_difference(). I'll post an updated patch tomorrow.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-05-24 06:03:29 SET WITHOUT CLUSTER
Previous Message Tom Lane 2004-05-24 04:28:38 Re: WIP list rewrite