We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10baee0 commit 41d3780Copy full SHA for 41d3780
src/backend/executor/execTuples.c
@@ -160,7 +160,7 @@ tts_virtual_is_current_xact_tuple(TupleTableSlot *slot)
160
161
ereport(ERROR,
162
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
163
- errmsg("don't have a storage tuple in this context")));
+ errmsg("don't have transaction information for this type of tuple")));
164
165
return false; /* silence compiler warnings */
166
}
@@ -577,7 +577,7 @@ tts_minimal_is_current_xact_tuple(TupleTableSlot *slot)
577
578
579
580
581
582
583
0 commit comments