[COMMITTERS] pgsql: Fix timeouts in PostgresNode::psql

Поиск
Список
Период
Сортировка
Искать

[COMMITTERS] pgsql: Fix timeouts in PostgresNode::psql

От:
Peter Eisentraut <peter_e@gmx.net>
Дата:
Fix timeouts in PostgresNode::psql

Newer Perl or IPC::Run versions default to appending the filename to string
exceptions, 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 
Reviewed-by: Dagfinn Ilmari Mannsåker 

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3a1a422fa57a193f5dda93ea1b7941fdac42ac96

Modified Files
--------------
src/test/perl/PostgresNode.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

FAQ