Re: How to inspect tuples during execution of a plan? - Mailing list pgsql-hackers

From Ernst-Georg Schmid
Subject Re: How to inspect tuples during execution of a plan?
Date
Msg-id CAPnb6d=ySzMBnmJ3Gc8ffBi3vYo-ycehKcAq+1NbhMvxzEJ4Lg@mail.gmail.com
Whole thread Raw
In response to Re: How to inspect tuples during execution of a plan?  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Responses Re: How to inspect tuples during execution of a plan?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
Hello,

>
> Either of those would do, if you want to write change the executor.
>

I used the ExeceutorRun_hook and it seems to work. The drawback is,
that I have to provide my own implementation of ExecutePlan() which
could make it incompatible over versions of PostgreSQL. I don't know
how stable that function is over time.

https://github.com/ergo70/pg_sentinel

Thank you,

Ernst-Georg



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Remove "Source Code" column from \df+ ?
Next
From: Jeevan Chalke
Date:
Subject: Re: Aggregate Push Down - Performing aggregation on foreign server