File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ BEGIN
119119my $init_lsn = $node -> safe_psql(" postgres" , " SELECT ptrack_init_lsn()" );
120120like(
121121 $init_lsn ,
122- qr / 0\/ [0-9 ][0-9 ]+/ ,
122+ qr / 0\/ [0-9A-F ][0-9A-F ]+/ ,
123123 ' ptrack init LSN should not be 0/0 after CHECKPOINT' );
124124
125125# Ptrack map should survive crash
@@ -163,7 +163,7 @@ BEGIN
163163$res_stdout = $node -> safe_psql(" postgres" , " SELECT ptrack_init_lsn()" );
164164like(
165165 $res_stdout ,
166- qr / 0\/ [0-9 ][0-9 ]+/ ,
166+ qr / 0\/ [0-9A-F ][0-9A-F ]+/ ,
167167 ' ptrack init LSN should not be 0/0 after CHECKPOINT' );
168168ok($res_stdout ne $init_lsn , ' ptrack init_lsn should not be the same after map resize' );
169169$res_stdout = $node -> safe_psql(" postgres" , " SELECT ptrack_get_pagemapset('$flush_lsn ')" );
You can’t perform that action at this time.
0 commit comments