From: Michael Marley Date: Fri, 19 Dec 2014 00:02:45 +0000 (-0500) Subject: Improve reliability of PostgreSQL connections X-Git-Tag: 0.12-beta1~48^2 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=f11377872cde42c47b3354b8e660cb2025ceffd8;hp=f11377872cde42c47b3354b8e660cb2025ceffd8;p=quassel.git Improve reliability of PostgreSQL connections This patch adds support for detecting that a query failed due to the DB connection being down and attempts to reconnect before retrying the query. It does this for opening transactions, safeExec(), and prepareAndExecuteQuery(). ---