pgsql: Fix comment.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix comment.
Дата
Msg-id E1fg8Fs-0006VW-3O@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Expand run-time partition pruning to work with MergeAppend
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Rephrase a few comments for clarity.