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

From Peter Eisentraut
Subject Re: SEARCH and CYCLE clauses
Date
Msg-id 1a7fbf28-7bca-501e-3cbb-04e6776e1716@2ndquadrant.com
Whole thread Raw
In response to Re: SEARCH and CYCLE clauses  (Vik Fearing <vik@postgresfriends.org>)
Responses Re: SEARCH and CYCLE clauses  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Re: SEARCH and CYCLE clauses  (Vik Fearing <vik@postgresfriends.org>)
List pgsql-hackers
Here is an updated patch that I think fixes all the cases that you 
identified.  (The issue of what kinds of constants or expressions to 
accept for cycle marks has not been touched.)  To fix the star expansion 
I had to add a little bit of infrastructure that could also be used as a 
more general facility "don't include this column in star expansion", so 
this could perhaps use some consideration from a more general angle as well.

More tests and breakage reports welcome.

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

Attachment

pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Infinities in type numeric
Next
From: "Andrey V. Lepikhov"
Date:
Subject: Re: Asynchronous Append on postgres_fdw nodes.