Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 63909da

Browse files
author
Amit Kapila
committed
Fix a typo in logicalrep_write_typ().
Author: ChangAo Chen Discussion: https://postgr.es/m/tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com
1 parent 9fd8b33 commit 63909da

File tree

1 file changed

+1
-1
lines changed
  • src/backend/replication/logical

1 file changed

+1
-1
lines changed

src/backend/replication/logical/proto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ logicalrep_write_typ(StringInfo out, TransactionId xid, Oid typoid)
739739
elog(ERROR, "cache lookup failed for type %u", basetypoid);
740740
typtup = (Form_pg_type) GETSTRUCT(tup);
741741

742-
/* use Oid as relation identifier */
742+
/* use Oid as type identifier */
743743
pq_sendint32(out, typoid);
744744

745745
/* send qualified type name */

0 commit comments

Comments
 (0)