Re: Is it useful to record whether plans are generic or custom?
torikoshia <torikoshia@oss.nttdata.com>
From: torikoshia <torikoshia@oss.nttdata.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>,
tatsuro.yamada.tf@nttcom.co.jp, sunchengxi@highgo.com,
pgsql-hackers@postgresql.org, pavel.stehule@gmail.com,
legrand_legrand@hotmail.com
Date: 2021-03-25T15:33:08Z
Lists: pgsql-hackers
Attachments
- v7-0001-add-plan-type-to-pgss.patch (text/x-diff) patch v7-0001
On 2021-03-25 22:14, Fujii Masao wrote: > On 2021/03/23 16:32, torikoshia wrote: >> On 2021-03-05 17:47, Fujii Masao wrote: >> >> Thanks for your comments! > > Thanks for updating the patch! > > PostgreSQL Patch Tester reported that the patched version failed to be > compiled > at Windows. Could you fix this issue? > https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.131238 > It seems PGDLLIMPORT was necessary.. Attached a new one. Regards.
Commits
-
Add generic_plans and custom_plans fields into pg_prepared_statements.
- d05b172a760e 14.0 landed