File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ step s1_mk_sn:
5
5
select 1 as "make_snapshot" from pg_make_snapshot();
6
6
select pg_get_snapshot_size( ( select recent_snapshot from pg_control_snapshot() ) );
7
7
create table foo as select 'test_data';
8
+ checkpoint;
8
9
select pg_get_snapshot_size( ( select recent_snapshot from pg_control_snapshot() ) ) > 0 as size_not_zero;
9
10
10
11
make_snapshot
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ step "s1_mk_sn" {
8
8
select 1 as "make_snapshot" from pg_make_snapshot ();
9
9
select pg_get_snapshot_size ( ( select recent_snapshot from pg_control_snapshot () ) );
10
10
create table foo as select 'test_data' ;
11
+ checkpoint ;
11
12
select pg_get_snapshot_size ( ( select recent_snapshot from pg_control_snapshot () ) ) > 0 as size_not_zero ;
12
13
}
13
14
You can’t perform that action at this time.
0 commit comments