mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Rephrase a few comments for clarity.
I was confused by what "intended to be parallel serially" meant, until Robert Haas and David G. Johnston explained it. Rephrase the comment to make it more clear, using David's suggested wording. Discussion: https://www.postgresql.org/message-id/1fec9022-41e8-e484-70ce-2179b08c2092%40iki.fi
This commit is contained in:
@ -84,8 +84,8 @@ IndexOnlyNext(IndexOnlyScanState *node)
|
||||
{
|
||||
/*
|
||||
* We reach here if the index only scan is not parallel, or if we're
|
||||
* executing a index only scan that was intended to be parallel
|
||||
* serially.
|
||||
* serially executing an index only scan that was planned to be
|
||||
* parallel.
|
||||
*/
|
||||
scandesc = index_beginscan(node->ss.ss_currentRelation,
|
||||
node->ioss_RelationDesc,
|
||||
|
Reference in New Issue
Block a user