mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Re-pgindent a few files.
Just because I'm a neatnik, and I'm currently working on code in this area. It annoys me to not be able to pgindent my patches without working around unrelated changes.
This commit is contained in:
@ -349,10 +349,10 @@ set_plan_references(PlannerInfo *root, Plan *plan)
|
||||
}
|
||||
|
||||
/* Also fix up the information in PartitionPruneInfos. */
|
||||
foreach (lc, root->partPruneInfos)
|
||||
foreach(lc, root->partPruneInfos)
|
||||
{
|
||||
PartitionPruneInfo *pruneinfo = lfirst(lc);
|
||||
ListCell *l;
|
||||
ListCell *l;
|
||||
|
||||
pruneinfo->root_parent_relids =
|
||||
offset_relid_set(pruneinfo->root_parent_relids, rtoffset);
|
||||
|
Reference in New Issue
Block a user