Re: Fix a comment error in logicalrep_write_typ()
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: cca5507 <cca5507@qq.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-11T10:34:06Z
Lists: pgsql-hackers
On Thu, Jul 11, 2024 at 12:46 PM cca5507 <cca5507@qq.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.
Commits
-
Fix a typo in logicalrep_write_typ().
- 63909da9783a 18.0 landed