Code review for make_partition_op_expr.

Robert Haas <rhaas@postgresql.org>

Commit: b2e4399baaa805a046b7ffa155c666c80bbf8429
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-05-17T18:31:48Z
Releases: 10.0
Code review for make_partition_op_expr.

It's better to use the actual keynum here rather than 0, because
someday someone might try to make list partitioning work with
multiple partitioning columns.

Jeevan Ladhe

Discussion: http://postgr.es/m/CAOgcT0M6-mx+dSX47JGJuJP1CKr4XssBFVmKNETt0OZYWpFr+w@mail.gmail.com

Files

PathChange+/−
src/backend/catalog/partition.c modified +1 −1

Discussion