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

Commit41d3780

Browse files
committed
Improve error message for tts_(virtual|minimal)_is_current_xact_tuple
Discussion:https://postgr.es/m/CALT9ZEHNeagO5PLb4Nv9J_ZaCtp%2BArdVmbSLc0RHUzx_RPAa4w%40mail.gmail.comAuthor: Pavel Borisov
1 parent10baee0 commit41d3780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/execTuples.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ tts_virtual_is_current_xact_tuple(TupleTableSlot *slot)
160160

161161
ereport(ERROR,
162162
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
163-
errmsg("don't havea storage tuple inthiscontext")));
163+
errmsg("don't havetransaction information forthistype of tuple")));
164164

165165
return false;/* silence compiler warnings */
166166
}
@@ -577,7 +577,7 @@ tts_minimal_is_current_xact_tuple(TupleTableSlot *slot)
577577

578578
ereport(ERROR,
579579
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
580-
errmsg("don't havea storage tuple inthiscontext")));
580+
errmsg("don't havetransaction information forthistype of tuple")));
581581

582582
return false;/* silence compiler warnings */
583583
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp