forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15e4419
committed
Remove optimization for RAND_poll() failing.
The loop to generate seed data will exit on RAND_status(), so we don'tneed to handle the case of RAND_poll() failing separately. Failureshere are rare, so this a code cleanup, essentially.Daniel Gustafsson, reviewed by David Steele and Michael Paquier.Discussion:https://postgr.es/m/9B038FA5-23E8-40D0-B932-D515E1D8F66A@yesql.se1 parentce4939f commit15e4419
1 file changed
+6
-11
lines changedLines changed: 6 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
112 | 116 |
| |
113 | 117 |
| |
114 | 118 |
| |
| |||
120 | 124 |
| |
121 | 125 |
| |
122 | 126 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
| 127 | + | |
133 | 128 |
| |
134 | 129 |
| |
135 | 130 |
| |
|
0 commit comments
Comments
(0)