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: David Zhang <david.zhang@highgo.ca>
Cc: Pavel Stehule <pavel.stehule@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-29T12:42:32Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-random-number-in-range-functions.patch (text/x-patch) patch v2-0001
On Fri, 26 Jan 2024 at 20:44, David Zhang <david.zhang@highgo.ca> wrote: > > Thank you for the patch. > > I applied this patch manually to the master branch, resolving a conflict > in `numeric.h`. It successfully passed both `make check` and `make > check-world`. > Thanks for testing. Interestingly, the cfbot didn't pick up on the fact that it needed rebasing. Anyway, the copyright years in the new file's header comment needed updating, so here is a rebase doing that. Regards, Dean
Commits
-
Add functions to generate random numbers in a specified range.
- e6341323a8da 17.0 landed