blob: 56e46636e67115b60afaabe1559c6a80df755e79 [file] [log] [blame]
SELECT pgperf.create_snapshot_pg_stat_replication(0);
SELECT count(*) FROM pgperf.snapshot_pg_stat_replication;
SELECT pgperf.create_snapshot_pg_stat_replication(1);
SELECT count(*) FROM pgperf.snapshot_pg_stat_replication;
SELECT pgperf.create_snapshot_pg_stat_replication(2);
SELECT count(*) FROM pgperf.snapshot_pg_stat_replication;
SELECT pgperf.delete_snapshot_pg_stat_replication(1);
SELECT count(*) FROM pgperf.snapshot_pg_stat_replication;
SELECT pgperf.delete_snapshot_pg_stat_replication(2);
SELECT count(*) FROM pgperf.snapshot_pg_stat_replication;
SELECT pgperf.delete_snapshot_pg_stat_replication(0);
SELECT count(*) FROM pgperf.snapshot_pg_stat_replication;