OSDN Git Service

Introduce file storage of plan texts
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Mon, 22 Nov 2021 05:18:24 +0000 (14:18 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 25 Nov 2021 10:37:02 +0000 (19:37 +0900)
commitf4c1924041650725abec2a69f22bec23b4b2256f
tree5f6ad0cd76681385f25731172eedf3e55e7bec41
parent30a21d461f4c2e1320784be7de95529ea31e4084
Introduce file storage of plan texts

pg_stat_statements has been changed so that it separately stores query
texts into a file outside the main hash table. This configuration is
advantageous in several aspects. Let pg_store_plans make use the same
technique.  We don't intend to obsolete the existing in-hash-entry
plan text storage but remove that feature once so that this feature is
planted more easily.
pg_store_plans.c