Thread: pgsql: pg_overexplain: Call previous hooks as appropriate.

pgsql: pg_overexplain: Call previous hooks as appropriate.

From
Robert Haas
Date:
pg_overexplain: Call previous hooks as appropriate.

It makes no sense to remember the previous values of the hook variables
and then never bother calling those functions. Thanks to Andrei for
spotting my goof.

Author: Andrei Lepikhov <lepihov@gmail.com>
Discussion: http://postgr.es/m/41a344e3-ffb1-4296-8ba7-801f1e9642e5@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f0c36aea0fba7d2b737964d34ed582edf644283

Modified Files
--------------
contrib/pg_overexplain/pg_overexplain.c | 8 ++++++++
1 file changed, 8 insertions(+)