index 95c09c95167d02b6ecd651b5ef251c3b5f8a9e71..980f6e2741046a9317d577f866da825f05ae9f82 100644 (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 */