Re: Fix a comment error in logicalrep_write_typ()

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: cca5507 <cca5507(at)qq(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix a comment error in logicalrep_write_typ()
Date: 2024-07-11 10:34:06
Message-ID: CAA4eK1+3T2u1+Yh-aiQK6LVevPQyUTJ9N=Ygx0CpgEB5xc9MoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 11, 2024 at 12:46 PM cca5507 <cca5507(at)qq(dot)com> wrote:
>
> - /* use Oid as relation identifier */
> + /* use Oid as type identifier */
> pq_sendint32(out, typoid);
>
> I think it must be "type identifier" rather than "relation identifier".
>

LGTM.

--
With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alastair Turner 2024-07-11 10:47:45 Re: Send duration output to separate log files
Previous Message Amit Kapila 2024-07-11 10:26:00 Re: speed up a logical replica setup