On Wed, Jan 11, 2017 at 11:12 PM, Tom Lane <[email protected]> wrote: > Robert Haas <[email protected]> writes: >> On Wed, Jan 11, 2017 at 6:36 PM, Tom Lane <[email protected]> wrote: >>> That would work, if you had a way to get at the active QueryDesc ... >>> but we don't pass that down to executor nodes. > >> Hmm, that is a bit of a problem. Do you have a suggestion? > > Copy that string pointer into the EState, perhaps?
OK, that sounds good. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
