OSDN Git Service

Ignore commands under CREATE/ALTER EXTENSION commands
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 1 Dec 2021 08:26:50 +0000 (17:26 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Mon, 17 Jan 2022 03:51:59 +0000 (12:51 +0900)
commit32fae2a8c689c4c8c7f9dfe74acce5ace91cddcb
tree41337210173cffdd46f64b669e8ed5169df37840
parentd350677ea8cb2581dd5f9b44877cdaa002854cda
Ignore commands under CREATE/ALTER EXTENSION commands

Sometimes CREATE/ALTER EXTENSION runs a lot of commands. However,
those commands are not welcomed to be shown in pg_store_plans view in
common case.  Ignore commands run under those commands when
pg_store_plans.track is set to "all".  The new option "verbose" let
all commands including ones excluded by all show in pg_store_plans.

Author: Kasahara Tatsuhito, Kyotaro Horiguchi
docs/index.html
pg_store_plans.c