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

Quelle  multixact-no-deadlock.out   Sprache: unbekannt

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

Parsed test spec with 3 sessions

starting permutation: s1lock s2lock s1svpt s3lock s1lock2 s2c s1c s3c
step s1lock: SELECT * FROM justthis FOR SHARE;
value
-----
    1
(1 row)

step s2lock: SELECT * FROM justthis FOR SHARE;
value
-----
    1
(1 row)

step s1svpt: SAVEPOINT foo;
step s3lock: SELECT * FROM justthis FOR UPDATE; <waiting ...>
step s1lock2: SELECT * FROM justthis FOR SHARE;
value
-----
    1
(1 row)

step s2c: COMMIT;
step s1c: COMMIT;
step s3lock: <... completed>
value
-----
    1
(1 row)

step s3c: COMMIT;

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