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

Commit9e84f6a

Browse files
author
Amit Kapila
committed
Back-patch "Add parent table name in an error in reorderbuffer.c."
This was originally done in commit5e77625 for 15 only, as atroubleshooting aid but multiple people showed interest in back-patchingthis.Author: Jeremy SchneiderReviewed-by: Amit KapilaBackpatch-through: 9.6Discussion:https://postgr.es/m/808ed65b-994c-915a-361c-577f088b837f@amazon.com
1 parent671eb8f commit9e84f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4632,8 +4632,8 @@ ReorderBufferToastReplace(ReorderBuffer *rb, ReorderBufferTXN *txn,
46324632

46334633
toast_rel=RelationIdGetRelation(relation->rd_rel->reltoastrelid);
46344634
if (!RelationIsValid(toast_rel))
4635-
elog(ERROR,"could not open relation with OID %u",
4636-
relation->rd_rel->reltoastrelid);
4635+
elog(ERROR,"could not opentoastrelation with OID %u (base relation \"%s\")",
4636+
relation->rd_rel->reltoastrelid,RelationGetRelationName(relation));
46374637

46384638
toast_desc=RelationGetDescr(toast_rel);
46394639

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp