mirror of https://github.com/citusdata/citus.git
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. |
||
|---|---|---|
| .. | ||
| backend | ||
| include | ||
| test/regress | ||