Remove unnecessary arguments from partitioning functions.

Robert Haas <rhaas@postgresql.org>

Commit: 18fc5192a631441a73e6a3b911ecb14765140389
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-01-04T19:56:37Z
Releases: 10.0
Remove unnecessary arguments from partitioning functions.

RelationGetPartitionQual() and generate_partition_qual() are always
called with recurse = true, so we don't need an argument for that.

Extracted by me from a larger patch by Amit Langote.

Files