Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  predicate-hash.out   Sprache: unbekannt

 
Spracherkennung für: .out vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

Parsed test spec with 2 sessions

starting permutation: rxy1 wx1 c1 rxy2 wy2 c2
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c1: commit;
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
600
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c2: commit;

starting permutation: rxy2 wy2 c2 rxy1 wx1 c1
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c2: commit;
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
400
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c1: commit;

starting permutation: rxy3 wx3 c1 rxy4 wy4 c2
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;

starting permutation: rxy4 wy4 c2 rxy3 wx3 c1
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;

starting permutation: rxy1 wx1 rxy2 c1 wy2 c2
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step c1: commit;
step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
ERROR:  could not serialize access due to read/write dependencies among transactions
step c2: commit;

starting permutation: rxy1 wx1 rxy2 wy2 c1 c2
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c1: commit;
step c2: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy1 wx1 rxy2 wy2 c2 c1
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c2: commit;
step c1: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy1 rxy2 wx1 c1 wy2 c2
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c1: commit;
step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
ERROR:  could not serialize access due to read/write dependencies among transactions
step c2: commit;

starting permutation: rxy1 rxy2 wx1 wy2 c1 c2
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c1: commit;
step c2: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy1 rxy2 wx1 wy2 c2 c1
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c2: commit;
step c1: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy1 rxy2 wy2 wx1 c1 c2
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c1: commit;
step c2: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy1 rxy2 wy2 wx1 c2 c1
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c2: commit;
step c1: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy1 rxy2 wy2 c2 wx1 c1
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c2: commit;
step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
ERROR:  could not serialize access due to read/write dependencies among transactions
step c1: commit;

starting permutation: rxy2 rxy1 wx1 c1 wy2 c2
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c1: commit;
step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
ERROR:  could not serialize access due to read/write dependencies among transactions
step c2: commit;

starting permutation: rxy2 rxy1 wx1 wy2 c1 c2
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c1: commit;
step c2: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy2 rxy1 wx1 wy2 c2 c1
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c2: commit;
step c1: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy2 rxy1 wy2 wx1 c1 c2
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c1: commit;
step c2: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy2 rxy1 wy2 wx1 c2 c1
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c2: commit;
step c1: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy2 rxy1 wy2 c2 wx1 c1
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step c2: commit;
step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
ERROR:  could not serialize access due to read/write dependencies among transactions
step c1: commit;

starting permutation: rxy2 wy2 rxy1 wx1 c1 c2
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c1: commit;
step c2: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy2 wy2 rxy1 wx1 c2 c1
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
step c2: commit;
step c1: commit;
ERROR:  could not serialize access due to read/write dependencies among transactions

starting permutation: rxy2 wy2 rxy1 c2 wx1 c1
step rxy2: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy2: insert into hash_tbl (id, p)
     select g, 20 from generate_series(5160) g;
step rxy1: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step c2: commit;
step wx1: insert into hash_tbl (id, p)
     select g, 30 from generate_series(4150) g;
ERROR:  could not serialize access due to read/write dependencies among transactions
step c1: commit;

starting permutation: rxy3 wx3 rxy4 c1 wy4 c2
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step c1: commit;
step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;

starting permutation: rxy3 wx3 rxy4 wy4 c1 c2
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c1: commit;
step c2: commit;

starting permutation: rxy3 wx3 rxy4 wy4 c2 c1
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;
step c1: commit;

starting permutation: rxy3 rxy4 wx3 c1 wy4 c2
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;
step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;

starting permutation: rxy3 rxy4 wx3 wy4 c1 c2
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c1: commit;
step c2: commit;

starting permutation: rxy3 rxy4 wx3 wy4 c2 c1
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;
step c1: commit;

starting permutation: rxy3 rxy4 wy4 wx3 c1 c2
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;
step c2: commit;

starting permutation: rxy3 rxy4 wy4 wx3 c2 c1
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c2: commit;
step c1: commit;

starting permutation: rxy3 rxy4 wy4 c2 wx3 c1
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;
step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;

starting permutation: rxy4 rxy3 wx3 c1 wy4 c2
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;
step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;

starting permutation: rxy4 rxy3 wx3 wy4 c1 c2
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c1: commit;
step c2: commit;

starting permutation: rxy4 rxy3 wx3 wy4 c2 c1
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;
step c1: commit;

starting permutation: rxy4 rxy3 wy4 wx3 c1 c2
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;
step c2: commit;

starting permutation: rxy4 rxy3 wy4 wx3 c2 c1
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c2: commit;
step c1: commit;

starting permutation: rxy4 rxy3 wy4 c2 wx3 c1
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step c2: commit;
step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;

starting permutation: rxy4 wy4 rxy3 wx3 c1 c2
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;
step c2: commit;

starting permutation: rxy4 wy4 rxy3 wx3 c2 c1
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c2: commit;
step c1: commit;

starting permutation: rxy4 wy4 rxy3 c2 wx3 c1
step rxy4: select sum(p) from hash_tbl where p=30;
sum
---
300
(1 row)

step wy4: insert into hash_tbl (id, p)
     select g, 60 from generate_series(5160) g;
step rxy3: select sum(p) from hash_tbl where p=20;
sum
---
200
(1 row)

step c2: commit;
step wx3: insert into hash_tbl (id, p)
     select g, 50 from generate_series(4150) g;
step c1: commit;

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-10]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002