Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/test/isolation/expected/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 1 kB image not shown  

Quelle  skip-locked-2.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: s1a s2a s2b s1b s2c
step s1a: SELECT * FROM queue ORDER BY id FOR SHARE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 1|foo |NEW   
(1 row)

step s2a: SELECT * FROM queue ORDER BY id FOR SHARE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 1|foo |NEW   
(1 row)

step s2b: SELECT * FROM queue ORDER BY id FOR UPDATE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 2|bar |NEW   
(1 row)

step s1b: COMMIT;
step s2c: COMMIT;

starting permutation: s2a s1a s2b s1b s2c
step s2a: SELECT * FROM queue ORDER BY id FOR SHARE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 1|foo |NEW   
(1 row)

step s1a: SELECT * FROM queue ORDER BY id FOR SHARE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 1|foo |NEW   
(1 row)

step s2b: SELECT * FROM queue ORDER BY id FOR UPDATE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 2|bar |NEW   
(1 row)

step s1b: COMMIT;
step s2c: COMMIT;

starting permutation: s2a s2b s1a s1b s2c
step s2a: SELECT * FROM queue ORDER BY id FOR SHARE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 1|foo |NEW   
(1 row)

step s2b: SELECT * FROM queue ORDER BY id FOR UPDATE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 1|foo |NEW   
(1 row)

step s1a: SELECT * FROM queue ORDER BY id FOR SHARE SKIP LOCKED LIMIT 1;
id|data|status
--+----+------
 2|bar |NEW   
(1 row)

step s1b: COMMIT;
step s2c: COMMIT;

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-08-09]