citus/src
Brian Cloutier 16cbf0fb41 Fix segfault during EXPLAIN EXECUTE
Fix citusdata/citus#886

The way postgres' explain hook is designed means that our hook is never
called during EXPLAIN EXECUTE. So, we special-case EXPLAIN EXECUTE by
catching it in the utility hook.  We then replace the EXECUTE with the
original query and pass it back to Citus.
2016-10-26 14:52:45 +03:00
..
backend Fix segfault during EXPLAIN EXECUTE 2016-10-26 14:52:45 +03:00
include Fix segfault during EXPLAIN EXECUTE 2016-10-26 14:52:45 +03:00
test/regress Fix segfault during EXPLAIN EXECUTE 2016-10-26 14:52:45 +03:00