Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit63909da

Browse files
author
Amit Kapila
committed
Fix a typo in logicalrep_write_typ().
Author: ChangAo ChenDiscussion:https://postgr.es/m/tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com
1 parent9fd8b33 commit63909da

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 asrelation identifier */
742+
/* use Oid astype identifier */
743743
pq_sendint32(out,typoid);
744744

745745
/* send qualified type name */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp