pgsql: Fix bogus comment.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus comment.
Date: 2016-12-08 20:04:55
Message-ID: E1cF4w3-00012D-TO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bogus comment.

Commit 4212cb73262bbdd164727beffa4c4744b4ead92d rendered a comment
in execMain.c incorrect. Per complaint from Tom Lane, repair.

Patch from Amit Kapila, per wording suggested by Tom Lane and me.

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/86c6aaff6ead3e00a89fd0743195678bbc69790c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2016-12-08 20:49:17 Re: pgsql: Fix accounting of memory needed for merge heap.
Previous Message Stephen Frost 2016-12-08 20:02:05 Re: [COMMITTERS] pgsql: Implement table partitioning.