- Notifications
You must be signed in to change notification settings - Fork5
Commit5d7d83d
committed
range.sql: drop redundant check for existing tables
The check is always false as v_child_relname is schema-qualified while thecomparison is to a plain table name. The entire check can be removedinstead of fixing it as a few lines above we have a loop which comes up witha unique name.1 parent754e320 commit5d7d83d
1 file changed
+0
-6
lines changedLines changed: 0 additions & 6 deletions
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
Comments
(0)