pg_overexplain: Call previous hooks as appropriate.

Robert Haas <rhaas@postgresql.org>

Commit: 9f0c36aea0fba7d2b737964d34ed582edf644283
Author: Robert Haas <rhaas@postgresql.org>
Date: 2025-03-28T13:02:37Z
Releases: 18.0
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

Files

PathChange+/−
contrib/pg_overexplain/pg_overexplain.c modified +8 −0

Discussion