Skip to content

Commit 2a13ed7

Browse files
committed
Fixup for previous blind commit.
1 parent d7cce47 commit 2a13ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/relation_info.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ build_pathman_relation_info(Oid relid, Datum *values)
524524
child = prel->children[i];
525525
else
526526
{
527-
Assert(prel->parttype == PT_RANGE)
527+
Assert(prel->parttype == PT_RANGE);
528528
child = prel->ranges[i].child_oid;
529529
}
530530

0 commit comments

Comments
 (0)