pgsql: Correct code comments for PartitionedRelPruneInfo struct

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Correct code comments for PartitionedRelPruneInfo struct
Дата
Msg-id E1gNPsi-0001Ri-CM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct code comments for PartitionedRelPruneInfo struct

The comments above the PartitionedRelPruneInfo struct incorrectly
document how subplan_map and subpart_map are indexed.  This seems to
have snuck in on 4e232364033.

Author: David Rowley <david.rowley@2ndquadrant.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52d8e899d0f0849f9dfc61a9f93ba857a8431216

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


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Rationalize expression context reset in ExecModifyTable().
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: A small tweak to some comments for PartitionKeyData