backend startup - Mailing list pgsql-hackers

From Chris Bitmead
Subject backend startup
Date
Msg-id 38A10E24.3A52DFF8@nimrod.itg.telecom.com.au
Whole thread Raw
Responses Re: [HACKERS] backend startup
Re: [HACKERS] backend startup
List pgsql-hackers
Is there any particular reason why a backend has to be started by the
postmaster unless it is the only backend running (in debug mode) ?

I'm thinking here that

(a) It would be more convenient to debug if you didn't have to shut down
the postmaster to run gdb postgres and...

(b) If that were the case you be part-way to implementing a
single-process database option like some databases have.

What are the issues? Finding the shared memory etc perhaps?


pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] Bug in cursors??
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] backend startup