Re: +infinity for dates and timestamps
Vik Fearing <vik@postgresfriends.org>
From: Vik Fearing <vik@postgresfriends.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
jian he <jian.universality@gmail.com>
Date: 2023-01-01T19:22:58Z
Lists: pgsql-hackers
On 1/1/23 20:21, Tom Lane wrote: > Vik Fearing <vik@postgresfriends.org> writes: >> Hmm. Somehow the .out test files were not included. >> Fixed with attached. > > Somehow you'd managed to duplicate some of the other changes, > so the cfbot still didn't like that :-( > > Anyway, pushed with cosmetic changes. Notably, I left out the > documentation changes after observing that we don't document > "+infinity" separately for the numeric types. Given the lack of > complaints about that I think it's fine to do the same here. Thanks, Tom! No objections to your changes. -- Vik Fearing
Commits
-
Accept "+infinity" in date and timestamp[tz] input.
- 2ceea5adb026 16.0 landed