Content-Length: 275213 | pFad | http://github.com/postgrespro/postgres/commit/41d3780d3d29acd7e0a7a6922f2757243e9186d0
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
Fetched URL: http://github.com/postgrespro/postgres/commit/41d3780d3d29acd7e0a7a6922f2757243e9186d0
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments