]> granicus.if.org Git - postgresql/commit
Further adjustment to random() seed initialization.
authorThomas Munro <tmunro@postgresql.org>
Thu, 15 Nov 2018 04:10:43 +0000 (17:10 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 15 Nov 2018 04:38:55 +0000 (17:38 +1300)
commitab8984f52d9b99234d23e6fb7b73cf4c12b3ac14
tree7bd993576a8fb39867c6a10cdc9f6a0e8be0a4f8
parent5b0ce3ec334bb65bbab4aba78f204f986c356e80
Further adjustment to random() seed initialization.

Per complaint from Tom Lane, don't chomp the timestamp at 32 bits, so we
can shift in some of its higher bits.

Discussion: https://postgr.es/m/14712.1542253115%40sss.pgh.pa.us
src/backend/postmaster/postmaster.c