Обсуждение: [HACKERS] unreachable code in partition.c

Поиск
Список
Период
Сортировка

[HACKERS] unreachable code in partition.c

От
Jeevan Ladhe
Дата:
Hi,

Following code in function get_qual_for_list(partition.c) is not reachable.

else
result = list_make1(opexpr);

Attached is the patch that removes this dead code.

Regards,
Jeevan Ladhe
Вложения

Re: [HACKERS] unreachable code in partition.c

От
Robert Haas
Дата:
On Tue, May 23, 2017 at 2:06 PM, Jeevan Ladhe
<jeevan.ladhe@enterprisedb.com> wrote:
> Following code in function get_qual_for_list(partition.c) is not reachable.
>
> else
> result = list_make1(opexpr);
>
> Attached is the patch that removes this dead code.

Committed, but I added an Assert() as future-proofing.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company