Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f52add9

Browse files
committed
Fix compile warning
1 parent 60d50d5 commit f52add9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vops.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4004,8 +4004,9 @@ vops_get_rangevar(List* from, int relno)
40044004
if (rv != NULL)
40054005
return rv;
40064006
}
4007-
Assert(false);
4007+
return NULL;
40084008
}
4009+
40094010
/*
40104011
* Try to substitute tables with their VOPS projections.
40114012
* Criterias for such substitution:

0 commit comments

Comments
 (0)