From c370fbc2091921baf7f41ee94ea3fed6aeb51c60 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Wed, 17 Jan 2024 15:13:34 -0500 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 154ed5d..17f9a7c 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ This library is shared between all tools using the ACT cluster build system. Thi ## Dependencies This library requires `libpqxx` as well as an installation of the `act` language to build. + +## Known issues + +- [ ] When the destructor of a connection is called after a "Too many clients" error, the connection object segfaults