We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8d333 commit af6ee63Copy full SHA for af6ee63
src/test/isolation/expected/snapfs_get_snapshot_size.out
@@ -5,6 +5,7 @@ step s1_mk_sn:
5
select 1 as "make_snapshot" from pg_make_snapshot();
6
select pg_get_snapshot_size( ( select recent_snapshot from pg_control_snapshot() ) );
7
create table foo as select 'test_data';
8
+ checkpoint;
9
select pg_get_snapshot_size( ( select recent_snapshot from pg_control_snapshot() ) ) > 0 as size_not_zero;
10
11
make_snapshot
src/test/isolation/specs/snapfs_get_snapshot_size.spec
@@ -8,6 +8,7 @@ step "s1_mk_sn" {
12
13
}
14
0 commit comments