[COMMITTERS] pgsql: Fix bug in PostgresNode::query_hash's split() call. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix bug in PostgresNode::query_hash's split() call.
Date
Msg-id E1dRmJq-0004OF-Bg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix bug in PostgresNode::query_hash's split() call.

By default, Perl's split() function drops trailing empty fields,
which is not what we want here.  Oversight in commit fb093e4cb.
We'd managed to miss it thus far thanks to the very limited usage
of this function.

Discussion: https://postgr.es/m/14837.1499029831@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/efdb4f29ba9ecbddb74d3a68577f068cf034c540

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Try to improve readability of recovery/t/009_twophase.pl test.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix race condition in recovery/t/009_twophase.pl test.