Fix a comment error in logicalrep_write_typ() - Mailing list pgsql-hackers

From cca5507
Subject Fix a comment error in logicalrep_write_typ()
Date
Msg-id tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com
Whole thread Raw
Responses Re: Fix a comment error in logicalrep_write_typ()
List pgsql-hackers
Hi,

-       /* 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".

--
Regards,
ChangAo Chen
Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: PG_TEST_EXTRA and meson
Next
From: Michael Paquier
Date:
Subject: Re: Pluggable cumulative statistics