Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-12-13) (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2023
1 parent 5b1dcbc commit 60b0848
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4880,33 +4880,45 @@ pg:
maximum: 200
example: "50"
pg_qualstats:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: pg_qualstats settings
description: System-wide settings for the pg_qualstats extension
type: object
properties:
enabled:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Enable pg_qualstats
description: Enable / Disable pg_qualstats
type: boolean
default: false
min_err_estimate_num:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Min error estimation number
description: Error estimation num threshold to save quals
type: integer
default: "0"
minimum: 0
min_err_estimate_ratio:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Min error estimation ratio
description: Error estimation ratio threshold to save quals
type: integer
default: "0"
minimum: 0
track_constants:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Track constants
description: Enable / Disable pg_qualstats constants tracking
type: boolean
default: true
track_pg_catalog:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Track pg_catalog
description: Track quals on system catalogs too.
type: boolean
Expand Down

0 comments on commit 60b0848

Please sign in to comment.