diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:37:52 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:37:52 -0400 |
| commit | 9e1c9f959422192bbe1b842a2a1ffaf76b080196 (patch) | |
| tree | cf36bf712b6baf5c0fa86e3854bbcfaf3829b00f /src/backend/partitioning/partbounds.c | |
| parent | 145b18688c04963efcab8ef3e7e10659bf783eb1 (diff) | |
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't
find anything to change.
Diffstat (limited to 'src/backend/partitioning/partbounds.c')
| -rw-r--r-- | src/backend/partitioning/partbounds.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index f3c9236ad56..13d576c3794 100644 --- a/src/backend/partitioning/partbounds.c +++ b/src/backend/partitioning/partbounds.c @@ -1237,13 +1237,14 @@ check_default_partition_contents(Relation parent, Relation default_rel, : get_qual_for_range(parent, new_spec, false); def_part_constraints = get_proposed_default_constraint(new_part_constraints); + /* * Map the Vars in the constraint expression from parent's attnos to * default_rel's. */ def_part_constraints = - map_partition_varattnos(def_part_constraints, 1, default_rel, - parent, NULL); + map_partition_varattnos(def_part_constraints, 1, default_rel, + parent, NULL); /* * If the existing constraints on the default partition imply that it will |
