Commit 5d7d83d
committed
range.sql: drop redundant check for existing tables
The check is always false as v_child_relname is schema-qualified while the
comparison is to a plain table name. The entire check can be removed
instead of fixing it as a few lines above we have a loop which comes up with
a unique name.1 parent 754e320 commit 5d7d83d
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | 449 | | |
456 | 450 | | |
457 | 451 | | |
| |||
0 commit comments