File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ step revoke4: <... completed>
226226starting permutation: b1 drop1 b3 sfu3 revoke4 c1 r3
227227step b1: BEGIN;
228228step drop1:
229- DROP TABLE intra_grant_inplace;
229+ DELETE FROM pg_class WHERE relname = ' intra_grant_inplace' ;
230230
231231step b3: BEGIN ISOLATION LEVEL READ COMMITTED;
232232step sfu3:
@@ -248,6 +248,6 @@ relhasindex
248248-----------
249249(0 rows)
250250
251- s4: WARNING: got: relation "intra_grant_inplace" does not exist
251+ s4: WARNING: got: cache lookup failed for relation REDACTED
252252step revoke4: <... completed>
253253step r3: ROLLBACK;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ step grant1 {
2020 GRANT SELECT ON intra_grant_inplace TO PUBLIC ;
2121}
2222step drop1 {
23- DROP TABLE intra_grant_inplace ;
23+ DELETE FROM pg_class WHERE relname = ' intra_grant_inplace' ;
2424}
2525step c1 { COMMIT ; }
2626
You can’t perform that action at this time.
0 commit comments