pgsql: Fix comment.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment.
Date: 2018-07-19 12:42:00
Message-ID: E1fg8Fs-0006VW-3O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment.

This comment was copy-pasted from nodeAppend.c to nodeMergeAppend.c, but
while committing 5220bb7533, I modified wrong copy of it.

Spotted by David Rowley

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/405cb356d6104eccf34acc2e4944d711b0961c7d

Modified Files
--------------
src/backend/executor/nodeAppend.c | 2 +-
src/backend/executor/nodeMergeAppend.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-07-19 13:12:56 pgsql: Rephrase a few comments for clarity.
Previous Message Heikki Linnakangas 2018-07-19 10:50:04 pgsql: Expand run-time partition pruning to work with MergeAppend