
# GS_COMM_LISTEN_ADDRESS_EXT_INFO
GS_COMM_LISTEN_ADDRESS_EXT_INFO描述了查询连接扩展IP的相关线程、会话、socket等DFX信息。当前不支持查询该视图。
表1GS_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。       |
   
