--TEST-- DB_pgsql transaction test --SKIPIF-- --FILE-- --EXPECT-- after autocommit: bing one ops=0 before commit: bing one two three ops=2 after commit: bing one two three ops=0 before rollback: bing one two three four five ops=2 after rollback: bing one two three ops=0 before autocommit+rollback: bing one two three six seven ops=0 after autocommit+rollback: bing one two three six seven ops=0 testing that select doesn't disturbe opcount: ok