pgsql: Correct code comments for PartitionedRelPruneInfo struct

2018-11-15 Thread Peter Eisentraut
Correct code comments for PartitionedRelPruneInfo struct The comments above the PartitionedRelPruneInfo struct incorrectly document how subplan_map and subpart_map are indexed. This seems to have snuck in on 4e232364033. Author: David Rowley Branch -- master Details --- https://git.po

pgsql: Correct code comments for PartitionedRelPruneInfo struct

2018-11-15 Thread Peter Eisentraut
Correct code comments for PartitionedRelPruneInfo struct The comments above the PartitionedRelPruneInfo struct incorrectly document how subplan_map and subpart_map are indexed. This seems to have snuck in on 4e232364033. Author: David Rowley Branch -- REL_11_STABLE Details --- https:/