forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1707a0d
committed
Remove configure switch --disable-strong-random
This removes a portion of infrastructure introduced byfe0a0b5 to allowcompilation of Postgres in environments where no strong random source isavailable, meaning that there is no linking to OpenSSL and no/dev/urandom (Windows having its own CryptoAPI). No systems shippedthis century lack /dev/urandom, and the buildfarm is actually nottesting this switch at all, so just remove it. This simplifiesparticularly some backend code which included a fallback implementationusing shared memory, and removes a set of alternate regression outputfiles from pgcrypto.Author: Michael PaquierReviewed-by: Tom LaneDiscussion:https://postgr.es/m/20181230063219.GG608@paquier.xyz1 parentd880b20 commit1707a0d
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 changedLines changed: 10 additions & 55 deletions
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 |
| |
|
Lines changed: 13 additions & 29 deletions
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 |
| |
|
Lines changed: 0 additions & 42 deletions
This file was deleted.
0 commit comments
Comments
(0)