Re: Add generate_series(date,date) and generate_series(date,date,integer) - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Add generate_series(date,date) and generate_series(date,date,integer)
Date
Msg-id CADkLM=cE=AP15NT06Lj2jAKO+h5331v=3RviomwXFM9OmodHFw@mail.gmail.com
Whole thread Raw
In response to Re: Add generate_series(date,date) and generate_series(date,date,integer)  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Add generate_series(date,date) and generate_series(date,date,integer)
List pgsql-hackers
>
> Given that counterexample, I think we not only shouldn't back-patch such a
> change but should reject it altogether.

Ouch, good point. The overflows are a different problem that we had
better address though (still on my own TODO list)...

So I should remove the bounds checking from generate_series(date,date,[int]) altogether?


 

pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: psql metaqueries with \gexec
Next
From: Fabien COELHO
Date:
Subject: Re: checkpointer continuous flushing - V18