CREATE SUBSCRIPTION - add missing test case
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-08-15T07:25:16Z
Lists: pgsql-hackers
Attachments
- v1-0001-Add-missing-test-case.patch (application/octet-stream) patch v1-0001
Hi Hackers, While reviewing another logical replication thread [1], I found an ERROR scenario that seems to be untested. TEST CASE: Attempt CREATE SUBSCRIPTION where the subscriber table is missing some expected column(s). Attached is a patch to add the missing test for this error message. ====== [1] https://www.postgresql.org/message-id/CAHut%2BPt5FqV7J9GnnWFRNW_Z1KOMMAZXNTRcRNdtFrfMBz_GLA%40mail.gmail.com Kind Regards, Peter Smith. Fujitsu Australia
Commits
-
Add test case for when subscriber table is missing a column
- 19c6eb06c51f 18.0 landed