Skip to content

Commit 50c029d

Browse files
Update internal/controller/postgrescluster/metrics_setup.sql
Co-authored-by: Tony Landreth <[email protected]>
1 parent 5084ac7 commit 50c029d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/controller/postgrescluster/metrics_setup.sql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,8 @@ SELECT pg_is_in_recovery() INTO v_is_in_recovery;
269269

270270
IF current_setting('server_version_num')::int >= 100000 THEN
271271

272-
SELECT sha256_hash
273-
, hba_string
274-
INTO v_hba_hash
275-
, v_hba_string
272+
SELECT sha256_hash, hba_string
273+
INTO v_hba_hash, v_hba_string
276274
FROM monitor.pg_hba_hash;
277275

278276
ELSE

0 commit comments

Comments
 (0)