You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Force WAL segment switches to ensure there are old WAL files that can be removed after checkpoint.
555
+
1U: SELECT pg_switch_wal() IS NOT NULL;
556
+
?column?
557
+
----------
558
+
t
559
+
(1 row)
560
+
1U: SELECT pg_switch_wal() IS NOT NULL;
561
+
?column?
562
+
----------
563
+
t
564
+
(1 row)
565
+
1U: SELECT pg_switch_wal() IS NOT NULL;
566
+
?column?
567
+
----------
568
+
t
569
+
(1 row)
570
+
1U: SELECT pg_switch_wal() IS NOT NULL;
571
+
?column?
572
+
----------
573
+
t
574
+
(1 row)
575
+
1U: SELECT pg_switch_wal() IS NOT NULL;
576
+
?column?
577
+
----------
578
+
t
579
+
(1 row)
554
580
1U: INSERT INTO unlogged_wal_retention_test SELECT (select restart_lsn FROM pg_replication_slots WHERE slot_name = 'internal_wal_replication_slot') as restart_lsn_before, (select count(*) from pg_ls_waldir()) as wal_count_before;
0 commit comments