citus/src
Cédric Villemain f9e46ba010 Fix #7242, CALL(@0) crash backend
When executing a prepared CALL, which is not pure SQL but available
with some drivers like npgsql and jpgdbc, Citus entered a code path where
a plan is not defined, while trying to increase its cost.
Thus SIG11 when plan is a NULL pointer.

Fix by just increasing plan cost when plan is not null.

However, it is a bit suspicious to get here with a NULL plan and maybe a
better change will be to not call ShardPlacementForFunctionColocatedWithDistTable()
with a NULL plan at all (in call.c:134)
2023-11-02 09:58:31 +01:00
..
backend Fix #7242, CALL(@0) crash backend 2023-11-02 09:58:31 +01:00
include Allow citus_*_size on index related to a distributed table (#7271) 2023-11-01 09:05:51 +00:00
test Fix flaky global_cancel.sql test (#7316) 2023-11-01 23:59:41 +01:00