Is this it?

From: Chris Bitmead <chrisb(at)nimrod(dot)itg(dot)telstra(dot)com(dot)au>
To: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Is this it?
Date: 2000-02-08 04:24:14
Message-ID: 389F9A6E.CD58046B@nimrod.itg.telecom.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


In ExecInitAppend it has a loop...

foreach(rtentryP, rtable)
{

resultList = lcons(rri, resultList);
}

appendstate->as_result_relation_info_list = resultList;

If I'm not mistaken this will generate the as_result_relation_info_list
in the reverse order to the rtentry list, which is wrong... right?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-02-08 04:27:10 Re: [HACKERS] ExecInitAppend
Previous Message Chris Bitmead 2000-02-08 04:12:11 Re: [HACKERS] UPDATE on subclass