pgsql: Remove obsolete comment - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove obsolete comment
Date
Msg-id E1g4uOa-0006cn-81@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete comment

The documented shortcoming was actually fixed in 4c728f3829
so the comment is not true anymore.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5913b9bbf351b421141b300e37752e9ab8d85163

Modified Files
--------------
src/backend/executor/execParallel.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Remove fmgr.h inclusion from partition.h
Next
From: Andres Freund
Date:
Subject: pgsql: Change TupleTableSlot->tts_nvalid to type AttrNumber.