diff options
author | Noah Misch | 2020-07-25 21:50:59 +0000 |
---|---|---|
committer | Noah Misch | 2020-07-25 21:50:59 +0000 |
commit | 15e441972276e95639f8c3d9f5f66c2318fe9348 (patch) | |
tree | 7543302d33ef226e84769414c7c9bbb2e82cb91a /src/backend/access/table/tableam.c | |
parent | ce4939ff70890fa658a4095b9fe457f8432b2575 (diff) |
Remove optimization for RAND_poll() failing.
The loop to generate seed data will exit on RAND_status(), so we don't
need to handle the case of RAND_poll() failing separately. Failures
here are rare, so this a code cleanup, essentially.
Daniel Gustafsson, reviewed by David Steele and Michael Paquier.
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/access/table/tableam.c')
0 files changed, 0 insertions, 0 deletions