pgsql: Fix comment in execParallel.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in execParallel.c
Date: 2022-03-27 09:22:47
Message-ID: E1nYP6l-001aa8-8D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in execParallel.c

0f61727 has made this comment incorrect.

Author: Julien Rouhaud
Reviewed-by: Matthias van de Meent
Discussion: https://postgr.es/m/20220326160117.qtp5nkuku6cvhcby@jrouhaud

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/411b91360f2711e36782b68cd0c9bc6de44d3384

Modified Files
--------------
src/backend/executor/execParallel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-03-27 16:58:21 pgsql: Fix breakage of get_ps_display() in the PS_USE_NONE case.
Previous Message Michael Paquier 2022-03-27 08:55:36 pgsql: pageinspect: Add more sanity checks to prevent out-of-bound read