Fix a comment error in logicalrep_write_typ()

From: cca5507 <cca5507(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix a comment error in logicalrep_write_typ()
Date: 2024-07-11 07:16:13
Message-ID: tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

-&nbsp; &nbsp; &nbsp; &nbsp;/* use Oid as relation identifier */
+&nbsp; &nbsp; &nbsp; &nbsp;/* use Oid as type identifier */
&nbsp; &nbsp; &nbsp; &nbsp; pq_sendint32(out, typoid);

I think it must be "type identifier"&nbsp;rather than "relation identifier".

--
Regards,
ChangAo Chen

Attachment Content-Type Size
0001-Fix-a-comment-error-in-logicalrep_write_typ.patch application/octet-stream 877 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-07-11 07:42:22 Re: Pluggable cumulative statistics
Previous Message Ashutosh Bapat 2024-07-11 06:30:15 PG_TEST_EXTRA and meson