On Thu, Jan 25, 2024 at 04:55:59AM +0000, Jason ChenTJ (CN) wrote:
> Added more info:
>
> (gdb) bt
> #0 0x00007fb094c875e9 in __memcpy_ssse3_back () from /lib64/libc.so.6
> #1 0x00007fb08bdb4ff1 in pgsp_ExecutorStart () from /opt/pgsql-15/lib/pg_show_plans.so
pgsp_ExecutorStart() is a hook included in the extension pg_show_plans
maintained outside of core, hence you'd better contact directly the
project with this link:
https://github.com/cybertec-postgresql/pg_show_plans
Thanks,
--
Michael