]> granicus.if.org Git - postgresql/commit
Fix bogus comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 8 Dec 2016 19:59:46 +0000 (14:59 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 8 Dec 2016 20:03:07 +0000 (15:03 -0500)
commit86c6aaff6ead3e00a89fd0743195678bbc69790c
treeef1677da925ff6c5f8aa404bdc9c8db6280996ac
parent1ed3c6ff9ef411771d4a9fc9a82c3adea0d6ab3b
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.
src/backend/executor/execMain.c