Re: [PATCH] Generate random dates/times in a specified range - Mailing list pgsql-hackers

From Damien Clochard
Subject Re: [PATCH] Generate random dates/times in a specified range
Date
Msg-id ede3dd147d01ae9c47219e7ec5522115@dalibo.info
Whole thread Raw
In response to Re: [PATCH] Generate random dates/times in a specified range  (Greg Sabino Mullane <htamfids@gmail.com>)
Responses Re: [PATCH] Generate random dates/times in a specified range
List pgsql-hackers
Le 21.07.2025 21:06, Greg Sabino Mullane a écrit :
> Damien, maybe we can let the time ones go? Tom and I are not big fans
> of those, and nobody else has stepped up to defend them.
>

Sure !

Here's a second version with the following changes

- remove time and timetz variants
- disallow infinity boundaries
- remove unnecessary int32 cast
- add examples in the documentation
- run pgindent
- update tests
- fix typos

Thanks for the feedback and insights

--
Damien Clochard
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: track generic and custom plans in pg_stat_statements
Next
From: vignesh C
Date:
Subject: Re: Logical Replication of sequences