Hi hackers,
In copy.c, nodeTag was being compared directly, so I replaced it with
the IsA() predicate macro for consistency.
I verified that there are no other direct comparisons left by running
the following command:
$ git grep "nodeTag(.*) =="
--
Best regards,
Shinya Kato
NTT OSS Center