Re: Long Running query and trace potential issues - Mailing list pgsql-general

From Greg Sabino Mullane
Subject Re: Long Running query and trace potential issues
Date
Msg-id CAKAnmmJZ=Y10pFBVG33m8KgyL5gV4Jkg+--0jm+VsVbD6RTv2Q@mail.gmail.com
Whole thread Raw
In response to Long Running query and trace potential issues  (KK CHN <kkchn.in@gmail.com>)
List 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

--
Enterprise Postgres Software Products & Tech Support

pgsql-general by date:

Previous
From: KK CHN
Date:
Subject: Long Running query and trace potential issues
Next
From: Ron Johnson
Date:
Subject: Re: Long Running query and trace potential issues