Skip to content

Commit 0fe26aa

Browse files
author
Nursultan Yerkenov
committed
Fix: pg_patroni_service_slot_cleaner_for_host
1 parent 5c24ba1 commit 0fe26aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/configs/postgresql/postgresql_prepare.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ BEGIN
9595

9696
IF allowed_slot_delay IS NULL THEN
9797
SELECT (setting::integer / 16) INTO allowed_slot_delay FROM pg_settings where name='wal_keep_size';
98+
END IF;
9899
ELSE
99100
allowed_slot_delay = ud_allowed_slot_delay;
100101
END IF;

0 commit comments

Comments
 (0)