Correct comment atop PublicationPartOpt

From: shveta malik <shveta(dot)malik(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Correct comment atop PublicationPartOpt
Date: 2025-07-01 03:50:09
Message-ID: CAJpy0uAyFN9o7vU_ZkZFv5-6ysXDNKNx_fC0gwLLKg=8==E3ow@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Comment-correction-atop-PublicationPartOpt.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-07-01 04:01:03 Re: Periodic FSM vacuum doesn't happen in one-pass strategy vacuum.
Previous Message Tom Lane 2025-07-01 03:36:10 Re: implicit casts from void*