Re: CREATE SUBSCRIPTION - add missing test case
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-08-20T12:19:54Z
Lists: pgsql-hackers
On Tue, 20 Aug 2024 at 08:21, Peter Smith <smithpb2250@gmail.com> wrote: > > On Fri, Aug 16, 2024 at 2:15 PM vignesh C <vignesh21@gmail.com> wrote: > > > > Thanks for the review. > > > > > I agree currently there is no test to hit this code. I'm not sure if > > this is the correct location for the test, should it be included in > > the 008_diff_schema.pl file? > > Yes, that is a better home for this test. Done as suggested in > attached patch v2. Thanks, this looks good to me. Regards, Vignesh
Commits
-
Add test case for when subscriber table is missing a column
- 19c6eb06c51f 18.0 landed