do not forget to rethrow

preventConflictingFlags
Onder Kalaci 2020-04-02 18:38:15 +02:00
parent 217b6520cb
commit 156d12483d
1 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,8 @@ StartNodeUserDatabaseConnection(uint32 flags, const char *hostname, int32 port,
* connection attempt.
*/
DecrementSharedConnectionCounter(hostname, port);
PG_RE_THROW();
}
PG_END_TRY();