Home
last modified time | relevance | path

Searched refs:TSConnectionError (Results 1 – 5 of 5) sorted by relevance

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Dconnection.h31 typedef struct TSConnectionError struct
52 } TSConnectionError; typedef
152 TSConnectionError *err);
153 extern bool remote_connection_end_copy(TSConnection *conn, TSConnectionError *err);
155 TSConnectionError *err);
158 extern void remote_connection_get_error(const TSConnection *conn, TSConnectionError *err);
159 extern void remote_connection_get_result_error(const PGresult *res, TSConnectionError *err);
190 TSConnectionError err; \
205 TSConnectionError err; \
H A Dconnection.c192 fill_connection_error(TSConnectionError *err, int errcode, const char *errmsg, in fill_connection_error()
286 fill_result_error(TSConnectionError *err, int errcode, const char *errmsg, const PGresult *res) in fill_result_error()
851 remote_connection_get_error(const TSConnection *conn, TSConnectionError *err) in remote_connection_get_error()
857 remote_connection_get_result_error(const PGresult *res, TSConnectionError *err) in remote_connection_get_result_error()
1843 TSConnectionError err; in remote_connection_cancel_query()
1849 memset(&err, 0, sizeof(TSConnectionError)); in remote_connection_cancel_query()
2059 send_binary_copy_header(const TSConnection *conn, TSConnectionError *err) in send_binary_copy_header()
2080 TSConnectionError *err) in remote_connection_begin_copy()
2126 TSConnectionError *err) in remote_connection_put_copy_data()
2142 send_end_binary_copy_data(const TSConnection *conn, TSConnectionError *err) in send_end_binary_copy_data()
[all …]
H A Ddist_copy.c236 TSConnectionError err; in start_remote_copy_on_new_connection()
277 TSConnectionError err; in finish_outstanding_copies()
789 TSConnectionError err; in send_copy_data()
H A Dtxn.c104 TSConnectionError err; in remote_txn_begin()
/dports/databases/timescaledb/timescaledb-2.5.1/
H A DCHANGELOG.md25 * #3819 Fix reading garbage value from TSConnectionError