8000
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 a292c98 commit e66b32eCopy full SHA for e66b32e
src/include/utils/portal.h
@@ -170,9 +170,9 @@ typedef struct PortalData
170
Snapshot portalSnapshot; /* active snapshot, or NULL if none */
171
172
/*
173
- * Where we store tuples for a held cursor or a PORTAL_ONE_RETURNING or
174
- * PORTAL_UTIL_SELECT query. (A cursor held past the end of its
175
- * transaction no longer has any active executor state.)
+ * Where we store tuples for a held cursor or a PORTAL_ONE_RETURNING,
+ * PORTAL_ONE_MOD_WITH, or PORTAL_UTIL_SELECT query. (A cursor held past
+ * the end of its transaction no longer has any active executor state.)
176
*/
177
Tuplestorestate *holdStore; /* store for holdable cursors */
178
MemoryContext holdContext; /* memory containing holdStore */
0 commit comments