citus/src/backend/distributed/connection
Onder Kalaci d5472614df Use non-data connection for intermediate results
Make sure that intermediate results use a connection that is
not associated with any placement. That is useful in two ways:
    - More complex queries can be executed with CTEs
    - Safely use the same connections when there is a foreign key
      to reference table from a distributed table, which needs to
      use the same connection for modifications since the reference
      table might cascade to the distributed table.
2018-06-21 13:26:13 +03:00
..
connection_configuration.c Add node_conninfo GUC and related logic 2018-06-12 20:23:47 -06:00
connection_management.c Use non-data connection for intermediate results 2018-06-21 13:26:13 +03:00
placement_connection.c Use non-data connection for intermediate results 2018-06-21 13:26:13 +03:00
remote_commands.c Prevent connection pointer is NULL details 2018-04-26 12:49:57 -06:00