pgsql: Rephrase a few comments for clarity.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rephrase a few comments for clarity.
Date: 2018-07-19 13:12:56
Message-ID: E1fg8jo-00078G-RI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8b1d2685b82fd0ab09c2ba36081e53248c3b09cb

Modified Files
--------------
src/backend/executor/nodeSeqscan.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-07-19 13:13:18 Re: pgsql: Fix parallel index and index-only scans to fall back to serial.
Previous Message Heikki Linnakangas 2018-07-19 12:42:00 pgsql: Fix comment.