Re: Query generates infinite loop - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Query generates infinite loop
Date
Msg-id 3010353.1650490989@sss.pgh.pa.us
Whole thread Raw
In response to Re: Query generates infinite loop  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> it's true that infinities as generate_series endpoints are going
> to work pretty oddly, so I agree with the idea of forbidding 'em.

> Numeric has infinity as of late, so the numeric variant would
> need to do this too.

Oh --- looks like numeric generate_series() already throws error for
this, so we should just make the timestamp variants do the same.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: BUG #17401: REINDEX TABLE CONCURRENTLY creates a race condition on a streaming replica
Next
From: Michael Paquier
Date:
Subject: Re: BUG #17401: REINDEX TABLE CONCURRENTLY creates a race condition on a streaming replica