Re: Proposal - Allow extensions to set a Plan Identifier - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: Proposal - Allow extensions to set a Plan Identifier
Date
Msg-id CAA5RZ0sjffWpq-91=Kdn4T9pz8Y93QMwDa__C+scsFWcVJb3BA@mail.gmail.com
Whole thread Raw
In response to Re: Proposal - Allow extensions to set a Plan Identifier  (Lukas Fittl <lukas@fittl.com>)
List pgsql-hackers
> What if, for 18, we just make DoJumble exported to be used by plugins?

We will need to export InitJumble as well, but DoJumble calls
_jumbleNode which only includes queryjumblefuncs.switch.c,
so I don't think that will be enough for Plan.

--
Sami Imseih
Amazon Web Services (AWS)



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Parameter NOT NULL to CREATE DOMAIN not the same as CHECK (VALUE IS NOT NULL)
Next
From: Tom Lane
Date:
Subject: Move tests of contrib/spi/ out of the core regression tests