pgsql: Minor cleanup of indxpath.c.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Minor cleanup of indxpath.c.
Дата
Msg-id E1PJseL-0006kl-Iw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Minor cleanup of indxpath.c.

Eliminate some superfluous notational complexity around
match_clause_to_indexcol(), and rip out the DoneMatchingIndexKeys
crock.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=99bc012d5198bdfd2aa67336f645dbf887bb0ec9

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


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

Предыдущее
От: h-saito@pgfoundry.org (Hiroshi Saito)
Дата:
Сообщение: psqlodbc - psqlodbc: addition of a change history.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further cleanup of indxpath logic related to IndexOptInfo.opfami