pgsql: Update plannodes.h's comments about PlanRowMark.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update plannodes.h's comments about PlanRowMark.
Дата
Msg-id E1loTAg-0007oa-Ct@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update plannodes.h's comments about PlanRowMark.

The reference here to different physical column numbers in inherited
UPDATE/DELETE plans is obsolete as of 86dc90056; remove it.  Also
rework the text about inheritance cases to make it clearer.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79c50ca57828e9f8375766b36cce1e2960eebf87

Modified Files
--------------
src/include/nodes/plannodes.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Teach tab-complete.c about recently-added CREATE TYPE options.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix planner's row-mark code for inheritance from a foreign table