Re: Let's make PostgreSQL multi-threaded - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Let's make PostgreSQL multi-threaded
Date
Msg-id ZH4XHEIT0NVHUIDs@momjian.us
Whole thread Raw
In response to Let's make PostgreSQL multi-threaded  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Let's make PostgreSQL multi-threaded
List pgsql-hackers
nOn Mon, Jun  5, 2023 at 05:51:57PM +0300, Heikki Linnakangas wrote:
> # Restart on crash
> 
> If a backend process crashes, postmaster terminates all other backends and
> restarts the system. That's hard (impossible?) to do safely if everything
> runs in one process. We can continue have a separate postmaster process that
> just monitors the main process and restarts it on crash.

It would be good to know what new class of errors would cause server
restarts, e.g., memory allocation failures?

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: Let's make PostgreSQL multi-threaded
Next
From: Heikki Linnakangas
Date:
Subject: Re: Let's make PostgreSQL multi-threaded