Re: add queryEnv to ExplainOneQuery_hook

From: Jim Finnerty <jfinnert(at)amazon(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: add queryEnv to ExplainOneQuery_hook
Date: 2018-03-14 01:57:17
Message-ID: 1520992637461-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Passing NULL in place of queryEnv in PG10 causes a failure in installcheck
tests portals and plpgsql.

For PG10, if you want a both an ExplainOneQuery hook and clean run of
installcheck, is there a better workaround than to (a) pass NULL in place of
queryEnv, and (b) to comment out the portals and plpgsql tests?

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-03-14 02:05:34 Re: Fixes for missing schema qualifications
Previous Message Jeff Janes 2018-03-14 01:56:30 Re: neqjoinsel versus "refresh materialized view concurrently"