Re: Make EXPLAIN generate a generic plan for a parameterized query
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Christoph Berg <myon@debian.org>
Cc: Andres Freund <andres@anarazel.de>, Tom Lane <tgl@sss.pgh.pa.us>, Michel
Pelletier <pelletier.michel@gmail.com>, Julien Rouhaud
<rjuju123@gmail.com>, pgsql-hackers@postgresql.org
Date: 2023-03-23T18:31:26Z
Lists: pgsql-hackers
Attachments
- 0001-Add-EXPLAIN-option-GENERIC_PLAN.v10.patch (text/x-patch) patch v10-0001
And here is v10, which includes tab completion for the new option. Yours, Laurenz Albe
Commits
-
Invent GENERIC_PLAN option for EXPLAIN.
- 3c05284d83b2 16.0 landed