PostgreSqlStorage: Fix apparently-incorrect index in requestAllMsgs
authorMichael Marley <michael@michaelmarley.com>
Tue, 27 Mar 2018 23:41:28 +0000 (19:41 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Apr 2018 22:28:38 +0000 (00:28 +0200)
This function was using 1 for its date index, which is the same
index as was used for bufferid.  The correct index to use is 2.

Closes GH-346.


No differences found