citus/src/include
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
..
distributed Fix segfault during EXPLAIN EXECUTE 2016-10-26 14:52:45 +03:00
.gitignore Changed product name to citus 2016-02-15 16:04:31 +02:00
citus_config.h.in Changed product name to citus 2016-02-15 16:04:31 +02:00