- Notifications
You must be signed in to change notification settings - Fork28
Commit3a1a422
committed
Fix timeouts in PostgresNode::psql
Newer Perl or IPC::Run versions default to appending the filename to stringexceptions, e.g. the exception psql timed out is thrown as psql timed out at /usr/share/perl5/vendor_perl/IPC/Run.pm line 2961.To handle this, match exceptions with !~ rather than ne.From: Craig Ringer <craig@2ndquadrant.com>Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>1 parent965956a commit3a1a422
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1116 | 1116 |
| |
1117 | 1117 |
| |
1118 | 1118 |
| |
1119 |
| - | |
| 1119 | + | |
1120 | 1120 |
| |
1121 | 1121 |
| |
1122 | 1122 |
| |
|
0 commit comments
Comments
(0)