Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ドキュメントの pg_statsinfo.rusage_track のデフォルト値誤り #8

Open
kitayama opened this issue Jun 11, 2024 · 0 comments

Comments

@kitayama
Copy link

pg_statsinfo/doc/pg_statsinfo-ja.md の追加設定項目にある設定項目 pg_statsinfo.rusage_track のデフォルト値は 'on' となっていますがこれは誤りで、ソースコードで設定されているデフォルト値は 'top' となっています。

https://github.com/ossc-db/pg_statsinfo/blob/main/doc/pg_statsinfo-ja.md#%E8%BF%BD%E5%8A%A0%E8%A8%AD%E5%AE%9A%E9%A0%85%E7%9B%AE

また、取り得る値(設定可能な値)は 'top', 'all', 'none' で、デフォルト値の 'on' を設定すると下記のエラーが出ます。'off' を設定しても同じエラーとなります。

WARNING: 22023: invalid value for parameter "pg_statsinfo.rusage_track": "on"
HINT: Available values: none, top, all.

デフォルト値を 'top' に訂正することと、説明に取り得る設定値('top', 'all', 'none')と、それぞれの設定値の説明の追加をお願いします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant