pgsql: Fix bogus comment. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix bogus comment.
Date
Msg-id E1cF4w3-00012C-TK@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01ae881e1c83ddb79df0a5cf6cee38c3ce4a327b

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix bogus comment.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Fix accounting of memory needed for merge heap.