Skip to content

Commit 6d39009

Browse files
authored
Merge pull request #30996 from def-/pr-pg-cdc-old-fix
pg-cdc old syntax: Fix test failure
2 parents 596c2cb + d031421 commit 6d39009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/pg-cdc-old-syntax/alter-source.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ tb subsource
270270
# If your schema change breaks the subsource, you can fix it.
271271
$ postgres-execute connection=postgres://postgres:postgres@postgres
272272
ALTER TABLE table_a DROP COLUMN f2;
273-
INSERT INTO table_a VALUES (3);
274273

275274
! SELECT * FROM table_a;
276275
contains:incompatible schema change

0 commit comments

Comments
 (0)