Re: Correct comment atop PublicationPartOpt

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: shveta malik <shveta.malik@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-07-01T04:04:51Z
Lists: pgsql-hackers
On Tue, Jul 1, 2025 at 9:20 AM shveta malik <shveta.malik@gmail.com> wrote:
>
> I found the wrong function name mentioned in the comment atop
> PublicationPartOpt.
>
> Comment wrongly mentioned the function name GetRelationPublications()
> for PublicationPartOpt usage instead of GetPublicationRelations().
> Corrected the comment.
>

LGTM.

-- 
With Regards,
Amit Kapila.



Commits

  1. Fix typo in pg_publication.h.