pgsql: Adjust comment atop ExecShutdownNode.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust comment atop ExecShutdownNode.
Date: 2018-08-13 05:00:12
Message-ID: E1fp4xg-00013y-V6@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust comment atop ExecShutdownNode.

After commits a315b967cc and b805b63ac2, part of the comment atop
ExecShutdownNode is redundant. Adjust it.

Author: Amit Kapila
Backpatch-through: 10 where both the mentioned commits are present.
Discussion: https://postgr.es/m/86137f17-1dfb-42f9-7421-82fd786b04a1@anayrat.info

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/32b16d497a93074167b03038c45c6b299edc392b

Modified Files
--------------
src/backend/executor/execProcnode.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-08-13 09:50:50 pgsql: Make autovacuum more aggressive to remove orphaned temp tables
Previous Message Amit Kapila 2018-08-13 03:30:08 pgsql: Prohibit shutting down resources if there is a possibility of ba