Re: Remove dependence on integer wrapping - Mailing list pgsql-hackers

From Matthew Kim
Subject Re: Remove dependence on integer wrapping
Date
Msg-id CAGzNdfFs4hN=_2SZzZivoNtR8H1DiYHc+Zgh_oLv16EgXLuZGg@mail.gmail.com
Whole thread Raw
In response to Re: Remove dependence on integer wrapping  (Joseph Koshakow <koshy44@gmail.com>)
List pgsql-hackers

On Mon, Jul 22, 2024 at 5:52 PM Alexander Lakhin <exclusion(at)gmail(dot)com>

wrote:

> Also there are several trap-producing cases with date types:
SELECT to_timestamp('1000000000,999', 'Y,YYY');

I attached patch 5 that fixes the to_timestamp overflow.

Thank you,
Matthew Kim
Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin
Next
From: Thomas Munro
Date:
Subject: Re: On non-Windows, hard depend on uselocale(3)