pgsql: Adjust comment atop ExecShutdownNode. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Adjust comment atop ExecShutdownNode.
Date
Msg-id E1fp4xg-00013v-V3@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f9a97e417ca3c162c2c83918873e3ac2cf0ace4

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Prohibit shutting down resources if there is a possibility ofba
Next
From: Michael Paquier
Date:
Subject: pgsql: Make autovacuum more aggressive to remove orphaned temp tables