Re: Is a modern build system acceptable for older platforms - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Is a modern build system acceptable for older platforms
Date
Msg-id 20180518142933.GG3088@momjian.us
Whole thread Raw
In response to Re: Is a modern build system acceptable for older platforms  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Thu, May 17, 2018 at 10:42:00PM -0700, Andres Freund wrote:
> > We also have what seems like half an OS worth of tooling to support our
> > shared-nothing-by-default multi-processing model. Custom spinlocks, our
> > LWLocks, our latches, signal based IPC + ProcSignal signal multiplexing,
> > extension shmem reservation and allocation, DSM, DSA, longjmp based
> > exception handling and unwinding ... the learning curve for PostgreSQL
> > programming is a whole lot more than just C even before you get into the
> > DB-related bits. And there's not a great deal of help with the learning
> > curve.
> 
> A good chunk of that we'd probably have anyway. Even with threads we'd
> likely have our own spinlocks, lwlocks, latches, signal handling,
> explict shared memory (for hugepages).  I think having a decently
> performant DB will always imply a lot of "OS like" infrastructure.
> 

I think threading would definitely make server programming harder.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgres 11 release notes
Next
From: Peter Eisentraut
Date:
Subject: pg_basebackup -k option