citus/src
Önder Kalacı 447c7ecdd4 Enable parallel query on EXPLAIN ANALYZE (#4325)
It seems that we forgot to pass the revelant
flag to enable Postgres' parallel query
capabilities on the shards when user does
EXPLAIN ANALYZE on a distributed table.

(cherry picked from commit b0ddbbd33a)

 Conflicts:
	src/backend/distributed/planner/multi_explain.c
2020-11-24 12:19:15 +03:00
..
backend Enable parallel query on EXPLAIN ANALYZE (#4325) 2020-11-24 12:19:15 +03:00
include Do not execute subplans multiple times with cursors 2020-11-23 13:43:24 +03:00
test Do not execute subplans multiple times with cursors 2020-11-23 13:43:24 +03:00