mirror of https://github.com/citusdata/citus.git
do not forget to rethrow
parent
217b6520cb
commit
156d12483d
|
@ -367,6 +367,8 @@ StartNodeUserDatabaseConnection(uint32 flags, const char *hostname, int32 port,
|
||||||
* connection attempt.
|
* connection attempt.
|
||||||
*/
|
*/
|
||||||
DecrementSharedConnectionCounter(hostname, port);
|
DecrementSharedConnectionCounter(hostname, port);
|
||||||
|
|
||||||
|
PG_RE_THROW();
|
||||||
}
|
}
|
||||||
PG_END_TRY();
|
PG_END_TRY();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue