You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments