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 33c5baf commit 13fa226Copy full SHA for 13fa226
src/include/utils/portal.h
@@ -161,9 +161,9 @@ typedef struct PortalData
161
int16 *formats; /* a format code for each column */
162
163
/*
164
- * Where we store tuples for a held cursor or a PORTAL_ONE_RETURNING or
165
- * PORTAL_UTIL_SELECT query. (A cursor held past the end of its
166
- * 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.)
167
*/
168
Tuplestorestate *holdStore; /* store for holdable cursors */
169
MemoryContext holdContext; /* memory containing holdStore */
0 commit comments