Skip to content

Commit 0e85fe8

Browse files
committed
Merge branch 'master' into master_detach_hotfix
2 parents 4901820 + 592efd0 commit 0e85fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/relation_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ get_pathman_relation_info(Oid relid)
303303
(prel ? "live" : "NULL"), relid, MyProcPid);
304304

305305
/* Make sure that 'prel' is valid */
306-
Assert(PrelIsValid(prel));
306+
Assert(!prel || PrelIsValid(prel));
307307

308308
return prel;
309309
}

0 commit comments

Comments
 (0)