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 657 B image not shown  

Quelle  skip-locked-4_1.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: s2a s1a s2b s2c s2d s2e s1b s2f
step s2a: SELECT pg_advisory_lock(0);
pg_advisory_lock
----------------
                
(1 row)

step s1a: SELECT * FROM foo WHERE pg_advisory_lock(0) IS NOT NULL ORDER BY id LIMIT 1 FOR UPDATE SKIP LOCKED; <waiting ...>
step s2b: UPDATE foo SET data = data WHERE id = 1;
step s2c: BEGIN;
step s2d: UPDATE foo SET data = data WHERE id = 1;
step s2e: SELECT pg_advisory_unlock(0);
pg_advisory_unlock
------------------
t                 
(1 row)

step s1a: <... completed>
ERROR:  could not serialize access due to concurrent update
step s1b: COMMIT;
step s2f: COMMIT;

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