Re: fork() refactoring - Mailing list pgsql-patches

From Neil Conway
Subject Re: fork() refactoring
Date
Msg-id 422E3D75.2050303@samurai.com
Whole thread Raw
In response to Re: fork() refactoring  (Neil Conway <neilc@samurai.com>)
Responses Re: fork() refactoring  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway wrote:
> Right, which is why the patch adds fflushes to the Unix implementation
> of internal_forkexec(). On reflection, it is probably more
> straightforward to just invoke fork_process() from the Unix version of
> internal_forkexec() -- attached is a revised patch that does this.

I'll apply this patch to HEAD later today, barring any objections.

-Neil

pgsql-patches by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Display Pg buffer cache (WIP)
Next
From: Neil Conway
Date:
Subject: trivial refactoring of WaitOnLock