Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc2d4ec

Browse files
kvapkelvich
authored andcommitted
Add the 'appender' pgbench script for the cross-anomaly test.
1 parent 7a88fe9 commit dc2d4ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/appender.pgb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
\set key :appender_id * :clients + :client_id
2+
begin;
3+
update t set v = v + 1 where k = :key;
4+
commit;

0 commit comments

Comments
 (0)