Skip to content

Commit

Permalink
normalize test
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hm3t committed Feb 12, 2025
1 parent ee6a9c8 commit 0f8592d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/regress/expected/issue_7891.out
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ SELECT 't6_pg after' AS label, * FROM t6_pg;


-- The outer subquery iterates over rows from the reference table t2_ref
UPDATE t6_pg
UPDATE t6_pg
SET vkey = 43
WHERE EXISTS (
SELECT (SELECT c22 FROM t4_pg)
WHERE EXISTS (
SELECT (SELECT c22 FROM t4_pg)
FROM t2_ref
);
ERROR: relation "issue_7891.t6_pg" does not exist
Expand Down

0 comments on commit 0f8592d

Please sign in to comment.