Correct comment atop PublicationPartOpt

shveta malik <shveta.malik@gmail.com>

From: shveta malik <shveta.malik@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: shveta malik <shveta.malik@gmail.com>
Date: 2025-07-01T03:50:09Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Fix typo in pg_publication.h.