When index recurses to a partition, map columns numbers

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 475be5e790e2db4c5c18a2d378c4498ffccb6289
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2018-06-22T20:45:48Z
Releases: 11.0
When index recurses to a partition, map columns numbers

Two out of three code paths were mapping column numbers correctly if a
partition had different column numbers than parent table, but the most
commonly used one (recursing in CREATE INDEX to a new index on a
partition) failed to map attribute numbers in expressions.  Oddly
enough, attnums in WHERE clauses are already handled correctly
everywhere.

Reported-by: Amit Langote
Author: Amit Langote
Discussion: https://postgr.es/m/dce1fda4-e0f0-94c9-6abb-f5956a98c057@lab.ntt.co.jp
Reviewed-by: Álvaro Herrera

Files

Discussion