Re: fork() refactoring

From: Neil Conway <neilc(at)samurai(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: fork() refactoring
Date: 2005-03-09 00:04:05
Message-ID: 422E3D75.2050303@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-03-09 00:09:16 trivial refactoring of WaitOnLock
Previous Message Mark Kirkwood 2005-03-08 22:33:02 Re: Display Pg buffer cache (WIP)