diff options
Diffstat (limited to 'src/backend/executor/nodeResultCache.c')
-rw-r--r-- | src/backend/executor/nodeResultCache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeResultCache.c b/src/backend/executor/nodeResultCache.c index 919238d1ff1..471900346f1 100644 --- a/src/backend/executor/nodeResultCache.c +++ b/src/backend/executor/nodeResultCache.c @@ -760,7 +760,7 @@ ExecResultCache(PlanState *pstate) /* * Validate if the planner properly set the singlerow flag. It * should only set that if each cache entry can, at most, - * return 1 row. XXX maybe this should be an Assert? + * return 1 row. */ if (unlikely(entry->complete)) elog(ERROR, "cache entry already complete"); |