[HACKERS] unreachable code in partition.c - Mailing list pgsql-hackers

From Jeevan Ladhe
Subject [HACKERS] unreachable code in partition.c
Date
Msg-id CAOgcT0Mn_LcHdTWpbKckkBVtNdQ3w_815_i_riC+Q-zKvzMTZg@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] unreachable code in partition.c  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: [HACKERS] walsender & parallelism
Next
From: Larry Rosenman
Date:
Subject: [HACKERS] FW: PGBuildfarm member peripatus Branch REL9_2_STABLE Failed at StagePLCheck-C