Use IsA() macro instead of nodeTag comparison

Поиск
Список
Период
Сортировка
От Shinya Kato
Тема Use IsA() macro instead of nodeTag comparison
Дата
Msg-id CAOzEurS=PzRzGba3mpNXgEhbnQFA0dxXaU0ujCJ0aa9yMSH6Pw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Use IsA() macro instead of nodeTag comparison
Список 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

Вложения

В списке pgsql-hackers по дате отправления: