mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
Update copyright for 2015
Backpatch certain files through 9.0
This commit is contained in:
@@ -34,4 +34,4 @@ permutation "s1a" "s2a" "s2b" "s1b" "s2c"
|
||||
permutation "s2a" "s1a" "s2b" "s1b" "s2c"
|
||||
# s2 acquires SHARE then UPDATE, then s1 tries to acquire SHARE but
|
||||
# can't so aborts because it can't acquire a regular lock
|
||||
permutation "s2a" "s2b" "s1a" "s1b" "s2c"
|
||||
permutation "s2a" "s2b" "s1a" "s1b" "s2c"
|
||||
|
@@ -30,4 +30,4 @@ step "s3a" { SELECT * FROM foo FOR UPDATE NOWAIT; }
|
||||
step "s3b" { COMMIT; }
|
||||
|
||||
# s3 skips to second record due to tuple lock held by s2
|
||||
permutation "s1a" "s2a" "s3a" "s1b" "s2b" "s3b"
|
||||
permutation "s1a" "s2a" "s3a" "s1b" "s2b" "s3b"
|
||||
|
@@ -33,4 +33,4 @@ step "s2f" { COMMIT; }
|
||||
# because it has a snapshot that sees the older version, we reach the
|
||||
# waiting code in EvalPlanQualFetch which skips rows when in SKIP
|
||||
# LOCKED mode, so s1 sees the second row
|
||||
permutation "s2a" "s1a" "s2b" "s2c" "s2d" "s2e" "s1b" "s2f"
|
||||
permutation "s2a" "s1a" "s2b" "s2c" "s2d" "s2e" "s1b" "s2f"
|
||||
|
Reference in New Issue
Block a user