Skip to content

Commit 44a3f67

Browse files
committed
Purge spurious whitespace
1 parent 50bfb92 commit 44a3f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ pathman_rel_pathlist_hook(PlannerInfo *root,
487487
memset((void *) &root->append_rel_array[current_len], 0,
488488
irange_len * sizeof(AppendRelInfo *));
489489
#endif
490-
490+
491491
/* Don't forget to update array size! */
492492
root->simple_rel_array_size = new_len;
493493
}
@@ -496,7 +496,7 @@ pathman_rel_pathlist_hook(PlannerInfo *root,
496496
parent_rel = heap_open(rte->relid, NoLock);
497497

498498
parent_rowmark = get_plan_rowmark(root->rowMarks, rti);
499-
499+
500500
/* Add parent if asked to */
501501
if (prel->enable_parent)
502502
append_child_relation(root, parent_rel, parent_rowmark,

0 commit comments

Comments
 (0)