citus/src/backend
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
..
columnar Columnar: use clause Vars for chunk group filtering. (#4856) 2021-04-01 12:27:28 -07:00
distributed Warm up connections params hash (#4872) 2021-04-12 13:08:38 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00