Re: SEARCH and CYCLE clauses - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: SEARCH and CYCLE clauses
Date
Msg-id c5603982-0088-7f14-0caa-fdcd0c837b57@2ndquadrant.com
Whole thread Raw
In response to Re: SEARCH and CYCLE clauses  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: track_planning causing performance regression
Next
From: Konstantin Knizhnik
Date:
Subject: Re: Persist MVCC forever - retain history