Is this it? - Mailing list pgsql-hackers

From Chris Bitmead
Subject Is this it?
Date
Msg-id 389F9A6E.CD58046B@nimrod.itg.telecom.com.au
Whole thread Raw
In response to UPDATE on subclass  (Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>)
Responses Re: [HACKERS] Is this it?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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?


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] ExecInitAppend
Next
From: Chris Bitmead
Date:
Subject: Re: [HACKERS] ExecInitAppend