Re: What are exactly bootstrap processes, auxiliary processes, standalone backends, normal backends(user sessions)? - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: What are exactly bootstrap processes, auxiliary processes, standalone backends, normal backends(user sessions)?
Date
Msg-id CALj2ACWOUVxL1hVQgaP=6fYrOywXoucY5GxaNfnPSK0u0bXw0Q@mail.gmail.com
Whole thread Raw
In response to Re: What are exactly bootstrap processes, auxiliary processes, standalone backends, normal backends(user sessions)?  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Tue, Jul 13, 2021 at 3:00 AM Stephen Frost <sfrost@snowman.net> wrote:
>
> Greetings,
>
> * Bharath Rupireddy (bharath.rupireddyforpostgres@gmail.com) wrote:
> > I've always had a hard time distinguishing various types of
> > processes/terms used in postgres. I look at the source code every time
> > to understand them, yet I don't feel satisfied with my understanding.
> > I request any hacker (having a better idea than me) to help me with
> > what each different process does and how they are different from each
> > other? Of course, I'm clear with normal backends (user sessions), bg
> > workers, but the others need a bit more understanding.
>
> There was an effort to try to pull these things together because, yeah,
> it seems a bit messy.
>
> I'd suggest you take a look at:
>
> https://www.postgresql.org/message-id/flat/CAMN686FE0OdZKp9YPO=htC6LnA6aW4r-+jq=3Q5RAoFQgW8EtA@mail.gmail.com

Thanks. I will check it.

Regards,
Bharath Rupireddy.



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Use WaitLatch for {pre, post}_auth_delay instead of pg_usleep
Next
From: Paul A Jungwirth
Date:
Subject: Re: SQL:2011 PERIODS vs Postgres Ranges?