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

Quelle  inplace-inval.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: cachefill3 cir1 cic2 ddl3 read1
step cachefill3: TABLE newly_indexed;
c
-
(0 rows)

step cir1: BEGIN; CREATE INDEX i1 ON newly_indexed (c); ROLLBACK;
step cic2: CREATE INDEX i2 ON newly_indexed (c);
step ddl3: ALTER TABLE newly_indexed ADD extra int;
step read1: 
 SELECT relhasindex FROM pg_class WHERE oid = 'newly_indexed'::regclass;

relhasindex
-----------
t          
(1 row)


starting permutation: cir1 cic2 ddl3 read1
step cir1: BEGIN; CREATE INDEX i1 ON newly_indexed (c); ROLLBACK;
step cic2: CREATE INDEX i2 ON newly_indexed (c);
step ddl3: ALTER TABLE newly_indexed ADD extra int;
step read1: 
 SELECT relhasindex FROM pg_class WHERE oid = 'newly_indexed'::regclass;

relhasindex
-----------
t          
(1 row)


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