Re: --frokbackend process

2024-06-26 Thread Michael Paquier
On Thu, Jun 27, 2024 at 09:19:45AM +0500, Kashif Zeeshan wrote: > It's hard to figure out the issue by just looking on the process list, to > figure out the issue you need to share the DB Server Logs and thats the why > to figure out the exac issue. Note that it is equally hard for anybody reading

Re: --frokbackend process

2024-06-26 Thread Kashif Zeeshan
Hi It's hard to figure out the issue by just looking on the process list, to figure out the issue you need to share the DB Server Logs and thats the why to figure out the exac issue. Regards Kashif Zeeshan On Wed, Jun 26, 2024 at 10:06 PM satyajit patra < satyajit.pa...@sunknowledge.com> wrote:

Re: --frokbackend process

2024-06-26 Thread Justin
Hi Satyajit: Can't tell what is going on from the task manager list. Looks like a normal task list for PostgreSQL. Keep in mind PG is a process based application NOT a threaded application. Meaning postgresql starts/forks a new process for every connection. This means we can see each sessions