We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216f2b7 commit 4c534cfCopy full SHA for 4c534cf
internal/controller/postgrescluster/metrics_setup.sql
@@ -221,6 +221,7 @@ END;
221
$$ LANGUAGE plpgsql;
222
223
/*
224
+-- TODO: WHAT IS REALLY HAPPENING HERE?
225
* Tables and functions for monitoring changes to pg_hba_file_rules system catalogs.
226
* Tables allow recording of existing settings so they can be referred back to to see what changed
227
* If checksum function returns 0, then NO settings have changed
@@ -257,9 +258,7 @@ DECLARE
257
258
259
v_hba_hash text;
260
v_hba_hash_old text;
-v_hba_match smallint := 0;
261
v_hba_string text;
262
-v_hba_string_old text;
263
v_is_in_recovery boolean;
264
v_valid smallint;
265
0 commit comments