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 164ed15 commit 8b1d268Copy full SHA for 8b1d268
src/backend/executor/nodeSeqscan.c
@@ -65,8 +65,8 @@ SeqNext(SeqScanState *node)
65
if (scandesc == NULL)
66
{
67
/*
68
- * We reach here if the scan is not parallel, or if we're executing a
69
- * scan that was intended to be parallel serially.
+ * We reach here if the scan is not parallel, or if we're serially
+ * executing a scan that was planned to be parallel.
70
*/
71
scandesc = heap_beginscan(node->ss.ss_currentRelation,
72
estate->es_snapshot,
0 commit comments