Re: Skipping schema changes in publication
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Ian Lawrence Barwick <barwick@gmail.com>
Cc: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>,
Peter Smith <smithpb2250@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-09T06:32:04Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix miscellaneous issues in EXCEPT publication clause.
- 6b0550c45d13 19 (unreleased) landed
-
Change syntax of EXCEPT TABLE clause in publication commands.
- 5984ea868eee 19 (unreleased) landed
-
Add support for EXCEPT TABLE in ALTER PUBLICATION.
- 493f8c6439cf 19 (unreleased) landed
-
Allow table exclusions in publications via EXCEPT TABLE.
- fd366065e06a 19 (unreleased) landed
-
Add wait_for_subscription_sync for TAP tests.
- 0c20dd33db16 16.0 cited
On Fri, 20 Jan 2023 at 15:30, vignesh C <vignesh21@gmail.com> wrote: > > On Wed, 16 Nov 2022 at 15:35, vignesh C <vignesh21@gmail.com> wrote: > > > > On Wed, 16 Nov 2022 at 09:34, Ian Lawrence Barwick <barwick@gmail.com> wrote: > > > > > > 2022年11月7日(月) 22:39 vignesh C <vignesh21@gmail.com>: > > > > > > > > On Fri, 4 Nov 2022 at 08:19, Ian Lawrence Barwick <barwick@gmail.com> wrote: > > > > > > > > > > Hi > > > > > > > > > > cfbot reports the patch no longer applies [1]. As CommitFest 2022-11 is > > > > > currently underway, this would be an excellent time to update the patch. > > > > > > > > > > [1] http://cfbot.cputube.org/patch_40_3646.log > > > > > > > > Here is an updated patch which is rebased on top of HEAD. > > > > > > Thanks for the updated patch. > > > > > > While reviewing the patch backlog, we have determined that this patch adds > > > one or more TAP tests but has not added the test to the "meson.build" file. > > > > Thanks, I have updated the meson.build to include the TAP test. The > > attached patch has the changes for the same. > > The patch was not applying on top of HEAD, attached a rebased version. As I did not see much interest from others, I'm withdrawing this patch for now. But if there is any interest others in future, I would be more than happy to work on this feature. Regards, Vignesh