forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitefdb4f2
committed
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 commitfb093e4.We'd managed to miss it thus far thanks to the very limited usageof this function.Discussion:https://postgr.es/m/14837.1499029831@sss.pgh.pa.us1 parent4e15387 commitefdb4f2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1533 | 1533 |
| |
1534 | 1534 |
| |
1535 | 1535 |
| |
1536 |
| - | |
| 1536 | + | |
1537 | 1537 |
| |
1538 | 1538 |
| |
1539 | 1539 |
| |
|
0 commit comments
Comments
(0)