save for testing

This commit is contained in:
Nathan Nichols
2021-05-11 18:16:43 -05:00
parent d7ce14983a
commit 84911f9424
3 changed files with 73 additions and 54 deletions

View File

@@ -47,11 +47,12 @@
#include <thread>
#include <utility>
#include <vector>
#include <signal.h>
static void
noticeReceiver(void* arg, PGresult const* res)
{
BOOST_LOG_TRIVIAL(info) << "server message: " << PQresultErrorMessage(res);
BOOST_LOG_TRIVIAL(debug) << "server message: " << PQresultErrorMessage(res);
}
//-----------------------------------------------------------------------------