From 60b08485bd2d7d4222d325f038f009b66e7f7d7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:49:48 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2023-12-13) (#88) --- pkg/dist/service_types.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 5fd2c0d..2c9e8f1 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -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