"Etsuro Fujita" <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp> writes:
> ISTM it would be better to update the text about index cost estimation in
> indexam.sgml. Please find attached a patch.
I'm not too thrilled with the proposed patch. In the first place, I
don't think it's necessary to address costing of index order-by
expressions in an introductory explanation. It seems likely that no FDW
will ever need to deal with that at all. In the second, this change
makes the code less clear, not more so, because it introduces a variable
indexQuals without showing where you would get that value from.
regards, tom lane