Re: UNION ALL on partitioned tables won't use indices. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: UNION ALL on partitioned tables won't use indices.
Date
Msg-id 19039.1393541236@sss.pgh.pa.us
Whole thread Raw
In response to Re: UNION ALL on partitioned tables won't use indices.  (Noah Misch <noah@leadboat.com>)
Responses Re: UNION ALL on partitioned tables won't use indices.  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
BTW, isn't the proposed change to the comments for adjust_appendrel_attrs
just wrong?  If it's correct, why doesn't the Assert(!IsA(node, SubLink))
therein fire?  (AFAICS, the existing comment is correct: we don't use
this function until after expression preprocessing is complete.)
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: UNION ALL on partitioned tables won't use indices.
Next
From: Greg Stark
Date:
Subject: Re: Another possible corruption bug in 9.3.2 or possibly a known MultiXact problem?