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
- 0001-Fix-a-comment-error-in-logicalrep_write_typ.patch (application/octet-stream) patch 0001
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
Commits
-
Fix a typo in logicalrep_write_typ().
- 63909da9783a 18.0 landed