Skip to content

Commit

Permalink
Try to fix 17.0 TCs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Dec 12, 2024
1 parent 18d31e4 commit a474483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expected/17.0/extra/bool.out
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ SELECT DISTINCT b1, b2 FROM "type_BOOLEAN_oper";
(2 rows)

--Testcase 79:
DELETE FROM "type_BOOLEAN";
--DELETE FROM "type_BOOLEAN";
--Testcase 003:
DROP EXTENSION sqlite_fdw CASCADE;
NOTICE: drop cascades to 6 other objects
Expand Down
2 changes: 1 addition & 1 deletion sql/17.0/extra/bool.sql
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ DELETE FROM "type_BOOLEAN_oper" WHERE b2;
SELECT DISTINCT b1, b2 FROM "type_BOOLEAN_oper";

--Testcase 79:
DELETE FROM "type_BOOLEAN";
--DELETE FROM "type_BOOLEAN";

--Testcase 003:
DROP EXTENSION sqlite_fdw CASCADE;

0 comments on commit a474483

Please sign in to comment.