forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8bdd6f5
committed
Use a more portable way to get the version string in PostgresNode
Older versions of perl on Windows don't like the list form of pipe open,and perlcritic doesn't like the string form of open, so we avoid bothwith a simpler formulation using qx{}.Per complaint from Amit Kapila.1 parent413c1ef commit8bdd6f5
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 |
| - | |
1252 |
| - | |
1253 |
| - | |
1254 |
| - | |
| 1251 | + | |
| 1252 | + | |
1255 | 1253 |
| |
1256 | 1254 |
| |
1257 | 1255 |
| |
|
0 commit comments
Comments
(0)