Commit 1707a0d
committed
Remove configure switch --disable-strong-random
This removes a portion of infrastructure introduced by fe0a0b5 to allow
compilation of Postgres in environments where no strong random source is
available, meaning that there is no linking to OpenSSL and no
/dev/urandom (Windows having its own CryptoAPI). No systems shipped
this century lack /dev/urandom, and the buildfarm is actually not
testing this switch at all, so just remove it. This simplifies
particularly some backend code which included a fallback implementation
using shared memory, and removes a set of alternate regression output
files from pgcrypto.
Author: Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20181230063219.GG608@paquier.xyz1 parent d880b20 commit 1707a0d
File tree
32 files changed
+60
-1183
lines changed- contrib/pgcrypto
- expected
- doc/src/sgml
- src
- backend
- access/transam
- libpq
- postmaster
- storage
- ipc
- lmgr
- utils
- adt
- misc
- bin/pgbench
- include
- utils
- interfaces/libpq
- port
32 files changed
+60
-1183
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
765 | 764 | | |
766 | 765 | | |
767 | 766 | | |
| |||
829 | 828 | | |
830 | 829 | | |
831 | 830 | | |
832 | | - | |
833 | 831 | | |
834 | 832 | | |
835 | 833 | | |
| |||
1512 | 1510 | | |
1513 | 1511 | | |
1514 | 1512 | | |
1515 | | - | |
1516 | 1513 | | |
1517 | 1514 | | |
1518 | 1515 | | |
| |||
3272 | 3269 | | |
3273 | 3270 | | |
3274 | 3271 | | |
3275 | | - | |
3276 | | - | |
3277 | | - | |
3278 | | - | |
3279 | | - | |
3280 | | - | |
3281 | | - | |
3282 | | - | |
3283 | | - | |
3284 | | - | |
3285 | | - | |
3286 | | - | |
3287 | | - | |
3288 | | - | |
3289 | | - | |
3290 | | - | |
3291 | | - | |
3292 | | - | |
3293 | | - | |
3294 | | - | |
3295 | | - | |
3296 | | - | |
3297 | | - | |
3298 | | - | |
3299 | | - | |
3300 | | - | |
3301 | | - | |
3302 | | - | |
3303 | 3272 | | |
3304 | 3273 | | |
3305 | 3274 | | |
| |||
17937 | 17906 | | |
17938 | 17907 | | |
17939 | 17908 | | |
17940 | | - | |
| 17909 | + | |
17941 | 17910 | | |
17942 | 17911 | | |
17943 | 17912 | | |
| |||
17971 | 17940 | | |
17972 | 17941 | | |
17973 | 17942 | | |
17974 | | - | |
17975 | | - | |
| 17943 | + | |
17976 | 17944 | | |
17977 | 17945 | | |
17978 | 17946 | | |
17979 | | - | |
| 17947 | + | |
17980 | 17948 | | |
17981 | | - | |
| 17949 | + | |
17982 | 17950 | | |
17983 | 17951 | | |
17984 | 17952 | | |
17985 | | - | |
| 17953 | + | |
17986 | 17954 | | |
17987 | | - | |
| 17955 | + | |
17988 | 17956 | | |
17989 | 17957 | | |
17990 | 17958 | | |
17991 | | - | |
| 17959 | + | |
17992 | 17960 | | |
17993 | | - | |
17994 | | - | |
17995 | | - | |
17996 | | - | |
17997 | | - | |
17998 | | - | |
17999 | | - | |
18000 | | - | |
18001 | | - | |
18002 | | - | |
18003 | 17961 | | |
18004 | | - | |
18005 | | - | |
18006 | | - | |
18007 | | - | |
18008 | | - | |
18009 | | - | |
| 17962 | + | |
| 17963 | + | |
| 17964 | + | |
18010 | 17965 | | |
18011 | 17966 | | |
18012 | 17967 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 196 | | |
204 | 197 | | |
205 | 198 | | |
| |||
2151 | 2144 | | |
2152 | 2145 | | |
2153 | 2146 | | |
2154 | | - | |
| 2147 | + | |
2155 | 2148 | | |
2156 | 2149 | | |
2157 | 2150 | | |
| |||
2166 | 2159 | | |
2167 | 2160 | | |
2168 | 2161 | | |
2169 | | - | |
2170 | | - | |
2171 | | - | |
2172 | | - | |
2173 | | - | |
2174 | | - | |
2175 | | - | |
2176 | | - | |
2177 | | - | |
2178 | | - | |
2179 | | - | |
2180 | | - | |
2181 | | - | |
2182 | | - | |
2183 | | - | |
2184 | | - | |
2185 | | - | |
2186 | | - | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
2187 | 2171 | | |
2188 | | - | |
2189 | | - | |
2190 | | - | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
2191 | 2175 | | |
2192 | 2176 | | |
2193 | 2177 | | |
| |||
This file was deleted.
0 commit comments