更新时间:2026-03-23 GMT+08:00
GS_COMM_LISTEN_ADDRESS_EXT_INFO
GS_COMM_LISTEN_ADDRESS_EXT_INFO描述了查询连接当前DN扩展IP的相关线程、会话以及socket等DFX信息。使用场景参见系统函数描述gs_comm_listen_address_ext_info()。
名称 | 类型 | 描述 |
|---|---|---|
node_name | text | 当前实例名。 |
app | text | 当前连接DN的客户端。 |
tid | bigint | 当前线程的线程号。 |
lwtid | integer | 当前线程的轻量级线程号。 |
query_id | bigint | 当前线程的查询ID。 |
socket | integer | 当前物理连接的socket fd。 |
remote_ip | text | 当前连接对端IP。 |
remote_port | text | 当前连接对端port。 |
local_ip | text | 当前连接本端IP。 |
local_port | text | 当前连接本端port。 |
父主题:通信

