Remove useless casting to the same type

Поиск
Список
Период
Сортировка
От Bertrand Drouvot
Тема Remove useless casting to the same type
Дата
Msg-id aSQy2JawavlVlEB0@ip-10-97-1-34.eu-west-3.compute.internal
обсуждение исходный текст
Ответы Re: Remove useless casting to the same type
Re: Remove useless casting to the same type
Список pgsql-hackers
Hi hackers,

Attached is a patch to $SUBJECT.

This is the same kind of idea as 7f798aca1d5 and ef8fe693606, as their presence
could cause risks of hiding actual type mismatches in the future or silently
discarding qualifiers. I think that it also improves readability.

Those have been found with a coccinelle script as:

"
@@
type T;
T E;
@@

- (T)
  E
"

which removes casts when it's casting to the same type.

Note that it generated more that what is in the attached. I chose not to remove
some of them (mainly arithmetic ones) to keep the patch focused on what matters
here.

Thoughts?

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Вложения

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