Skip to content

Commit d031421

Browse files
committed
pg-cdc old syntax: Fix test failure
Follow-up to #30807
1 parent 769f822 commit d031421

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)