Home
last modified time | relevance | path

Searched refs:remote_connection_end_copy (Results 1 – 4 of 4) sorted by relevance

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Dconnection.h153 extern bool remote_connection_end_copy(TSConnection *conn, TSConnectionError *err);
H A Dtxn.c106 if (!remote_connection_end_copy(entry->conn, &err)) in remote_txn_begin()
H A Dconnection.c1859 if (conn->status == CONN_COPY_IN && !remote_connection_end_copy(conn, &err)) in remote_connection_cancel_query()
2153 remote_connection_end_copy(TSConnection *conn, TSConnectionError *err) in remote_connection_end_copy() function
H A Ddist_copy.c285 !remote_connection_end_copy(conn, &err)) in finish_outstanding_copies()