Re: Remove useless casting to the same type

Поиск
Список
Период
Сортировка
Искать
От
Peter Eisentraut
Тема
Re: Remove useless casting to the same type
Дата
Msg-id
6eb9f126-9f21-4740-8677-c45bd8b8a5b6@eisentraut.org
Ответ на
Список
Дерево обсуждения
Remove useless casting to the same type Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Re: Remove useless casting to the same type Peter Eisentraut <peter@eisentraut.org>
Re: Remove useless casting to the same type Nathan Bossart <nathandbossart@gmail.com>
Re: Remove useless casting to the same type Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Re: Remove useless casting to the same type Jacob Champion <jacob.champion@enterprisedb.com>
Re: Remove useless casting to the same type Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Re: Remove useless casting to the same type Peter Eisentraut <peter@eisentraut.org>
Re: Remove useless casting to the same type David Geier <geidav.pg@gmail.com>
Re: Remove useless casting to the same type Peter Eisentraut <peter@eisentraut.org>
Re: Remove useless casting to the same type Jacob Champion <jacob.champion@enterprisedb.com>
Re: Remove useless casting to the same type Peter Eisentraut <peter@eisentraut.org>
Re: Remove useless casting to the same type Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Re: Remove useless casting to the same type Peter Eisentraut <peter@eisentraut.org>
Re: Remove useless casting to the same type Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Re: Remove useless casting to the same type Jacob Champion <jacob.champion@enterprisedb.com>
Re: Remove useless casting to the same type Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
On 24.11.25 11:26, Bertrand Drouvot wrote:
> 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.

Committed.  I made some cosmetic adjustments, to remove line breaks that 
are no longer necessary with the shortened lines, and in gbt_num_union() 
I kept &out[0] (instead of just out) for consistency with the following 
line.



В списке pgsql-hackers по дате отправления
От: Amit Kapila
Дата:
От: Daniel Gustafsson
Дата:
FAQ