forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a235ef
committed
Make configure check for minimum required version of IPC::Run.
Per the discussion around3eb1f4d, let's have configure verify thatthe available IPC::Run version is at least 0.79, the agreed-on minimum.It seems unlikely that this could bite anybody anymore, but it's usefulas documentation. (Based on that, there's little need to back-patch.)For consistency, also supply a minimum version for the other Perlmodule we have an explicit check for, Time::HiRes. I used theversion that ships with Perl 5.8.3.Discussion:https://postgr.es/m/E1mYY6Z-0006OL-QN@gemulon.postgresql.org1 parent39ae0ef commit4a235ef
2 files changed
+6
-2
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19255 | 19255 |
| |
19256 | 19256 |
| |
19257 | 19257 |
| |
| 19258 | + | |
| 19259 | + | |
19258 | 19260 |
| |
19259 | 19261 |
| |
19260 | 19262 |
| |
| |||
19308 | 19310 |
| |
19309 | 19311 |
| |
19310 | 19312 |
| |
19311 |
| - | |
| 19313 | + | |
19312 | 19314 |
| |
19313 | 19315 |
| |
19314 | 19316 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2348 | 2348 |
| |
2349 | 2349 |
| |
2350 | 2350 |
| |
2351 |
| - | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
2352 | 2354 |
| |
2353 | 2355 |
| |
2354 | 2356 |
| |
|
0 commit comments
Comments
(0)