Re: [PATCH 04/16] Add embedded list interface (header only) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH 04/16] Add embedded list interface (header only)
Date
Msg-id 11543.1340376970@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH 04/16] Add embedded list interface (header only)  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On Friday, June 22, 2012 04:41:20 PM Tom Lane wrote:
>> Well, so does list.c, so I'd expect the performance risks to be similar.

> I don't think list.c does so:

Huh, OK.  I seem to remember that the original version actually chased
down the whole list and verified that the length matched.  We must've
soon decided that that was insupportable in practice.  There might be
a lesson here for your checks.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pl/perl and utf-8 in sql_ascii databases
Next
From: Robert Haas
Date:
Subject: Re: [PATCH 01/16] Overhaul walsender wakeup handling