We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630b81d commit eb39497Copy full SHA for eb39497
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