Fix bug in PostgresNode::query_hash's split() call.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: efdb4f29ba9ecbddb74d3a68577f068cf034c540
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-07-02T21:22:09Z
Releases: 10.0
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

Files

PathChange+/−
src/test/perl/PostgresNode.pm modified +1 −1

Discussion