mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Fix a typo in logicalrep_write_typ().
Author: ChangAo Chen Discussion: https://postgr.es/m/tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com
This commit is contained in:
parent
9fd8b331df
commit
63909da978
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue