Re: Cleaning up threading code - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Cleaning up threading code
Date
Msg-id CA+hUKGK+UC4kZmT62noORCJ5gTc+ephVdss+cj7LzhsBZjA-NQ@mail.gmail.com
Whole thread Raw
In response to Re: Cleaning up threading code  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Cleaning up threading code
List pgsql-hackers
Thanks all for the reviews.  I pushed the first two small patches.
Here is a new version of the main --disable-thread-safety removal
part, with these changes:

* fixed LDAP_LIBS_FE snafu reported by Peter E
* defined ENABLE_THREAD_SAFETY 1 in c.h, for the benefit of extensions
* defined ENABLE_THREAD_SAFETY 1 ecpg_config.h, for the benefit of ECPG clients
* added Heikki's doc change as a separate patch (with minor xml snafu fixed)

I'll follow up with a new version of the later pg_threads.h proposal
and responses to feedback on that after getting this basic clean-up
work in.  Any other thoughts on this part?

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys)
Next
From: Joseph Koshakow
Date:
Subject: Re: Preventing non-superusers from altering session authorization