Re: David Fetter 2016-01-26 <[email protected]> > +1 for back-patching. There's literally no case where an infinite > input could be correct as the start or end of an interval for > generate_series.
select * from generate_series(now(), 'infinity', '1 day') limit 10; ... seems pretty legit to me. If limit pushdown into SRFs happened to work some day, it'd be a pity if the above query raised an error. Christoph -- [email protected] | http://www.df7cb.de/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
