1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00
Files
postgres/src/backend
Thomas Munro 5b0ce3ec33 Increase the number of possible random seeds per time period.
Commit 197e4af9 refactored the initialization of the libc random()
seed, but reduced the number of possible seeds values that could be
chosen in a given time period.  This negation of the effects of
commit 98c50656c was unintentional.  Replace with code that
shifts the fast moving timestamp bits left, similar to the original
algorithm (though not the previous float-tolerating coding, which
is no longer necessary).

Author: Thomas Munro
Reported-by: Noah Misch
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20181112083358.GA1073796%40rfd.leadboat.com
2018-11-15 16:25:30 +13:00
..
2018-11-13 19:03:02 +13:00
2018-01-02 23:30:12 -05:00
2018-06-25 12:37:18 +02:00
2018-08-27 09:32:59 +12:00
2018-11-15 13:13:57 +13:00
2018-03-30 17:33:04 -07:00
2018-09-06 11:33:04 +02:00
2018-06-25 12:37:18 +02:00