Skip to content

Commit 4c534cf

Browse files
committed
fix:
1 parent 216f2b7 commit 4c534cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/controller/postgrescluster/metrics_setup.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ END;
221221
$$ LANGUAGE plpgsql;
222222

223223
/*
224+
-- TODO: WHAT IS REALLY HAPPENING HERE?
224225
* Tables and functions for monitoring changes to pg_hba_file_rules system catalogs.
225226
* Tables allow recording of existing settings so they can be referred back to to see what changed
226227
* If checksum function returns 0, then NO settings have changed
@@ -257,9 +258,7 @@ DECLARE
257258

258259
v_hba_hash text;
259260
v_hba_hash_old text;
260-
v_hba_match smallint := 0;
261261
v_hba_string text;
262-
v_hba_string_old text;
263262
v_is_in_recovery boolean;
264263
v_valid smallint;
265264

0 commit comments

Comments
 (0)