Re: Functions to return random numbers in a given range
David Zhang <david.zhang@highgo.ca>
From: David Zhang <david.zhang@highgo.ca>
To: Pavel Stehule <pavel.stehule@gmail.com>,
Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-26T20:44:30Z
Lists: pgsql-hackers
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`. Best regards, David
Commits
-
Add functions to generate random numbers in a specified range.
- e6341323a8da 17.0 landed