pg_stat_activity's client_addr column contains "::1" but actually comes from elsewhere?

From: "Edward J(dot) Sabol" <edwardjsabol(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: pg_stat_activity's client_addr column contains "::1" but actually comes from elsewhere?
Date: 2020-11-16 20:12:13
Message-ID: 371E399B-8751-4A50-890D-02F899581EB6@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello! I'm trying to track down where some connections are coming from. "select pid,client_addr,client_hostname from pg_stat_activity" shows multiple entries with values with client_addr = "::1". "client_hostname" is blank for all entries, by the way, and unhelpful in this scenario. Also, "state" is "idle" for these entries I'm interested in, in case that matters.

::1 would imply the IPv6 loopback address, so that means the connection is coming from a process on the server, right? But I'm positive there is no process on this server that is connecting to PostgreSQL (other than my psql session).

So where are they actually coming from and why is PostgreSQL seemingly misreporting them as coming from ::1?

Thanks for any help,
Ed

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2020-11-16 21:49:11 Re: pg_stat_activity's client_addr column contains "::1" but actually comes from elsewhere?
Previous Message Keith Fiske 2020-11-16 18:52:19 Re: Locks