]> granicus.if.org Git - postgresql/commit
Remove unnecessary arguments from partitioning functions.
authorRobert Haas <rhaas@postgresql.org>
Wed, 4 Jan 2017 19:56:37 +0000 (14:56 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 4 Jan 2017 19:56:37 +0000 (14:56 -0500)
commit18fc5192a631441a73e6a3b911ecb14765140389
tree2190997858efb4937556e1580a242a23bccc68e1
parentf1b4c771ea74f42447dccaed42ffcdcccf3aa694
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.
src/backend/catalog/partition.c
src/backend/commands/tablecmds.c
src/backend/executor/execMain.c
src/backend/optimizer/util/plancat.c
src/include/catalog/partition.h