Use IsA() macro instead of nodeTag comparison - Mailing list pgsql-hackers

From Shinya Kato
Subject Use IsA() macro instead of nodeTag comparison
Date
Msg-id CAOzEurS=PzRzGba3mpNXgEhbnQFA0dxXaU0ujCJ0aa9yMSH6Pw@mail.gmail.com
Whole thread Raw
Responses Re: Use IsA() macro instead of nodeTag comparison
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: "Jelte Fennema-Nio"
Date:
Subject: ci: Add MTEST_SUITES for optional test tailoring
Next
From: Gilles Darold
Date:
Subject: Re: Pasword expiration warning