Thread
Commits
-
Fix typo in pg_publication.h.
- b5cd0ecd4d4f 19 (unreleased) landed
-
Correct comment atop PublicationPartOpt
shveta malik <shveta.malik@gmail.com> — 2025-07-01T03:50:09Z
Hi, 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. thanks Shveta
-
Re: Correct comment atop PublicationPartOpt
Amit Kapila <amit.kapila16@gmail.com> — 2025-07-01T04:04:51Z
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.