citus/src
Sait Talha Nisanci 52b249ff13 Reset queryId to 0 for Explain queries
When queryId is not 0 and verbose is true, the query identifier is
emitted to the explain output. This is breaking Postgres outputs.
There might be a reason we process postgres tables for explain but
ideally if the explain doesn't contain any citus table, we should just
let Postgres handle it.

Commit on PG that introduced the query identifier in the explain output:
4f0b0966c866ae9f0e15d7cc73ccf7ce4e1af84b
2021-08-25 16:24:43 +03:00
..
backend Reset queryId to 0 for Explain queries 2021-08-25 16:24:43 +03:00
include Includes pg_version_constants.h in columnar_version_compat.h 2021-08-25 16:20:19 +03:00
test Update propagate extension commands test for pg12 2021-08-25 16:23:40 +03:00