citus/src
Onder Kalaci cb37730bfb Use a fixed application_name while connecting to remote nodes
Citus heavily relies on application_name, see
`IsCitusInitiatedRemoteBackend()`.

But if the user set the application name, such as export PGAPPNAME=test_name,
Citus uses that name while connecting to the remote node.

With this commit, we ensure that Citus always connects with
the "citus" user name to the remote nodes.
2022-01-26 16:57:13 +01:00
..
backend Use a fixed application_name while connecting to remote nodes 2022-01-26 16:57:13 +01:00
include Use EnsureCompatibleLocalExecutionState instead (#5640) 2022-01-21 15:37:59 +01:00
test Use a fixed application_name while connecting to remote nodes 2022-01-26 16:57:13 +01:00