On Tue, Nov 29, 2016 at 08:45:13PM +0100, Christian Ullrich wrote: > * Michael Paquier wrote: > > > On Wed, Nov 16, 2016 at 12:45 PM, Christian Ullrich > > <ch...@chrullrich.net> wrote: > >> I also did a debug build with 1+2+4 that came in at 84 μs/iteration. > > > > Moved to next CF. Christian, perhaps this patch should have an extra > > round of reviews? > > It is significantly different from the last version, so yes, of course.
Patches 0001 (Cosmetic fixes), 0002 (Remove unnecessary CloseHandle) and 0003 (support for debug CRTs) look in good shape to me. 0004 (Fix load race) is 0002 from the previous set, and this change makes sense in itself. With 0005 I am seeing a compilation failure: you need to have the declarations in the _MSC_VER block at the beginning of the routine. It would be nice to mention in a code comment that this what Noah has mentioned upthread: if a CRT loads while pgwin32_putenv() is executing, the newly-loaded CRT will always have the latest value. Based on that 0006 will need a rebase, nothing huge though. Removing the caching per the measurements upthread is causing a 1us regression compared to the full set. Let's do things simple then! This smells like noise. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers