Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63909da

Browse filesBrowse 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
Copy full SHA for 63909da

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/backend/replication/logical
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/replication/logical/proto.c

Copy file name to clipboardExpand all lines: src/backend/replication/logical/proto.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.