Re: SEARCH and CYCLE clauses

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: SEARCH and CYCLE clauses
Дата
Msg-id c5603982-0088-7f14-0caa-fdcd0c837b57@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: SEARCH and CYCLE clauses  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
While the larger patch is being considered, I think some simpler and 
separable pieces could be addressed.

Here is a patch that adjusts the existing cycle detection example and 
test queries to put the cycle column before the path column.  The CYCLE 
clause puts them in that order, and so if we added that feature that 
would make the sequence of examples more consistent and easier to follow.

(And while the order of columns has no semantic meaning, for a human 
left-to-right reader it also makes a bit more sense because the cycle 
flag is computed against the previous path value, so it happens "before" 
the path column.)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: track_planning causing performance regression
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Persist MVCC forever - retain history