pgsql: Improve commentary in match_pathkeys_to_index().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve commentary in match_pathkeys_to_index().
Дата
Msg-id E1S8bZN-00058D-6Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve commentary in match_pathkeys_to_index().

For a little while there I thought match_pathkeys_to_index() was broken
because it wasn't trying to match index columns to pathkeys in order.
Actually that's correct, because GiST can support ordering operators
on any random collection of index columns, but it sure needs a comment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b67ad046e6c37cbe0eebc5745323ed9864192f52

Modified Files
--------------
src/backend/optimizer/path/indxpath.c |    7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Revisit handling of UNION ALL subqueries with non-Var output col
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_restore: Fix memory and file descriptor leak with directory f