[ I think I responded earlier but don't see my mail in the archive... ]
Tom Lane wrote:
> Antonin Houska writes:
> > I noticed that - unlike join_collapse_limit - the from_collapse_limit does
> > not
> > enforce maximum length of the top-level list. Shouldn't it do?
>
> How would it do that? Y
Antonin Houska writes:
> I noticed that - unlike join_collapse_limit - the from_collapse_limit does not
> enforce maximum length of the top-level list. Shouldn't it do?
How would it do that? You want it to fail outright if there are more than
N tables? That seems unhelpful.
> Also, the order o