Fix a typo in logicalrep_write_typ().

Author: ChangAo Chen
Discussion: https://postgr.es/m/tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com
This commit is contained in:
Amit Kapila 2024-07-12 10:20:59 +05:30
parent 9fd8b331df
commit 63909da978

View File

@ -739,7 +739,7 @@ logicalrep_write_typ(StringInfo out, TransactionId xid, Oid typoid)
elog(ERROR, "cache lookup failed for type %u", basetypoid);
typtup = (Form_pg_type) GETSTRUCT(tup);
/* use Oid as relation identifier */
/* use Oid as type identifier */
pq_sendint32(out, typoid);
/* send qualified type name */