Fix a comment error in logicalrep_write_typ()

cca5507 <cca5507@qq.com>

From: cca5507 <cca5507@qq.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-11T07:16:13Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Fix a typo in logicalrep_write_typ().