Skip to content

Conversation

saaros
Copy link
Contributor

@saaros saaros commented Jul 6, 2016

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.

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.
@zilder
Copy link
Collaborator

zilder commented Jul 6, 2016

Yes, you are right. Actually the child relname check was moved into the loop above. I've just forget to remove it : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants