Download List

项目描述

pg_store_plans records execution statistics for every selected plans and stores the execution plans. pg_store_plans is basically a derivative work of pg_stat_statements so it is very similar to pg_stat_plans since they share the same origin and cl...

系统要求

System requirement is not defined

发布: 2020-01-30 19:34
pg_store_plans10 1.3.1 (5 files 隐藏)

发布版本通知

= Version 1.3.1 is fixed a bug since 1.3.

  • The content of the pg_store_plans.plan is converted from storage format (raw string) to printing format. Queries that output the column gets ERROR when the converted string had characters that need encoding after the length of raw string, or when the conversion made the plan string shorter.

バージョン1.3.1では1.3以降一件のバグが修正されています。

  • pg_store_plans.plans の内容は表示前に格納形式から表示形式に変換されます。このカラムを出力するクエリは以下の場合にエラーとなります。
    • 変換後の文字列が変換前の長さよりも後ろにエンコーディングが必要な文字を含んでいた場合
    • 変換後の文字列が変換魔よりも短くなった場合。

变更日志

No Changelogs