Re: Long Running query and trace potential issues

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: KK CHN <kkchn(dot)in(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Long Running query and trace potential issues
Date: 2025-02-28 12:38:14
Message-ID: CAKAnmmJZ=Y10pFBVG33m8KgyL5gV4Jkg+--0jm+VsVbD6RTv2Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That's harmless, it is the walsender process, and it is meant to be
long-running. You can modify your query and add this:

AND backend_type = 'client backend'

to filter out any background processes.

Cheers,
Greg

--
Crunchy Data - https://www.crunchydata.com
Enterprise Postgres Software Products & Tech Support

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2025-02-28 13:34:44 Re: Long Running query and trace potential issues
Previous Message KK CHN 2025-02-28 11:51:50 Long Running query and trace potential issues