postgresql/src/backend/optimizer/util
Amit Kapila 98d476a965 Improve coding pattern in Parallel Append code.
The create_append_path code didn't consider that list_concat will
modify it's first argument leading to inconsistent traversal of
resulting list.  In practice, it won't lead to any user-visible bug
but changing it for making the code behave consistently.

Reported-by: Tom Lane
Author: Tom Lane
Reviewed-by: Amit Khandekar and Amit Kapila
Discussion: https://postgr.es/m/32365.1528994120@sss.pgh.pa.us
2018-06-22 08:43:36 +05:30
..
clauses.c Support named and default arguments in CALL 2018-04-14 09:13:53 -04:00
joininfo.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Extract restriction OR clauses whether or not they are indexable. 2013-12-30 12:24:37 -05:00
orclauses.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pathnode.c Improve coding pattern in Parallel Append code. 2018-06-22 08:43:36 +05:30
placeholder.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
plancat.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
predtest.c Improve predtest.c's handling of cases with NULL-constant inputs. 2018-03-21 18:30:46 -04:00
relnode.c Change more places to be less trusting of RestrictInfo.is_pushed_down. 2018-04-20 15:19:16 -04:00
restrictinfo.c Change more places to be less trusting of RestrictInfo.is_pushed_down. 2018-04-20 15:19:16 -04:00
tlist.c Fix mishandling of sortgroupref labels while splitting SRF targetlists. 2018-06-21 10:58:42 -04:00
var.c Update copyright for 2018 2018-01-02 23:30:12 -05:00