Re: Error check always bypassed in tablefunc.c - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Error check always bypassed in tablefunc.c
Date
Msg-id 20150119131603.GH1663@alvh.no-ip.org
Whole thread Raw
In response to Re: Error check always bypassed in tablefunc.c  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Error check always bypassed in tablefunc.c
List pgsql-hackers
Haven't looked at this patch, but I wonder if it would be better to
replace the innards of connectby with a rewrite of the query to use
standard WITH queries.  Maybe we can remove a couple hundred lines from
tablefunc.c?

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Re: Better way of dealing with pgstat wait timeout during buildfarm runs?
Next
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan