aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/portal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/portal.h')
-rw-r--r--src/include/utils/portal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index 5516084afaa..77e0dc84f91 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -144,7 +144,7 @@ typedef struct PortalData
/* Features/options */
PortalStrategy strategy; /* see above */
int cursorOptions; /* DECLARE CURSOR option bits */
- bool run_once; /* portal will only be run once */
+ bool run_once; /* unused */
/* Status data */
PortalStatus status; /* see above */