citus/src
SaitTalhaNisanci b453563e88
Warm up connections params hash (#4872)
ConnParams(AuthInfo and PoolInfo) gets a snapshot, which will block the
remote connectinos to localhost. And the release of snapshot will be
blocked by the snapshot. This leads to a deadlock.

We warm up the conn params hash before starting a new transaction so
that the entries will already be there when we start a new transaction.
Hence GetConnParams will not get a snapshot.
2021-04-12 13:08:38 +03:00
..
backend Warm up connections params hash (#4872) 2021-04-12 13:08:38 +03:00
include Warm up connections params hash (#4872) 2021-04-12 13:08:38 +03:00
test Error out if inheriting a distributed table (#4871) 2021-04-07 11:21:06 +03:00