Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations.

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations.
Date: 2022-07-13 06:52:06
Message-ID: CALDaNm0eW-9g4G_EzHebnFT5zZoasWCS_EzZQ5BgnLZny9S=pg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Most of the code is common between GetSubscriptionRelations and
GetSubscriptionNotReadyRelations. Added a parameter to
GetSubscriptionRelations which could provide the same functionality as
the existing GetSubscriptionRelations and
GetSubscriptionNotReadyRelations. Attached patch has the changes for
the same. Thoughts?

Regards,
Vignesh

Attachment Content-Type Size
v1-0001-Refactor-to-make-use-of-a-common-function-for-Get.patch text/x-patch 5.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2022-07-13 07:03:51 Re: generic plans and "initial" pruning
Previous Message Amit Langote 2022-07-13 06:40:10 Re: generic plans and "initial" pruning