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 5f851b8 commit 4c61a3aCopy full SHA for 4c61a3a
src/include/utils/portal.h
@@ -169,9 +169,9 @@ typedef struct PortalData
169
Snapshot portalSnapshot; /* active snapshot, or NULL if none */
170
171
/*
172
- * Where we store tuples for a held cursor or a PORTAL_ONE_RETURNING or
173
- * PORTAL_UTIL_SELECT query. (A cursor held past the end of its
174
- * 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.)
175
*/
176
Tuplestorestate *holdStore; /* store for holdable cursors */
177
MemoryContext holdContext; /* memory containing holdStore */
0 commit comments