Re: Functions to return random numbers in a given range
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Tomas Vondra <tomas.vondra@enterprisedb.com>
Cc: David Zhang <david.zhang@highgo.ca>,
Pavel Stehule <pavel.stehule@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-03-27T10:32:43Z
Lists: pgsql-hackers
On Tue, 26 Mar 2024 at 06:57, Dean Rasheed <dean.a.rasheed@gmail.com> wrote: > > Based on the reviews so far, I think this is ready for commit, so > unless anyone objects, I will do so in a day or so. > Committed. Thanks for the reviews. Regards, Dean
Commits
-
Add functions to generate random numbers in a specified range.
- e6341323a8da 17.0 landed