Re: GUC patch for Win32 - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: GUC patch for Win32
Date
Msg-id Pine.LNX.4.44.0305030946510.2984-100000@peter.localdomain
Whole thread Raw
In response to GUC patch for Win32  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: GUC patch for Win32  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
What about all the other global variables?  Will there be a separate
mechanism for each kind?

Bruce Momjian writes:

> Here is a patch that saves the postmaster GUC state into a file to be
> read in by exec'ed backends.  This is a start toward a fork/exec option
> for Unix (for testing) and a CreateProcess option for Win32.
>
> The patch basically writes all modified GUC variables to a binary file
> that can be read in by newly created exec'ed backends.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: contrib/tablefunc bugfix
Next
From: Bruce Momjian
Date:
Subject: Re: GUC patch for Win32