summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila2024-07-12 04:50:59 +0000
committerAmit Kapila2024-07-12 04:50:59 +0000
commit63909da9783a4736b01911fe3ee829651ff3c7d8 (patch)
treed027283112c04a944175cd502c984241024c5fa8 /src
parent9fd8b331dfe151b7c833e2c8fa17ce753830b891 (diff)
Fix a typo in logicalrep_write_typ().
Author: ChangAo Chen Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/logical/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/proto.c b/src/backend/replication/logical/proto.c
index 95c09c95167..980f6e27410 100644
--- a/src/backend/replication/logical/proto.c
+++ b/src/backend/replication/logical/proto.c
@@ -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 */