Re: GUC patch for Win32

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: GUC patch for Win32
Date: 2003-05-03 17:45:52
Message-ID: Pine.LNX.4.44.0305030946510.2984-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-05-03 19:26:58 Re: GUC patch for Win32
Previous Message Tom Lane 2003-05-03 17:28:45 Re: contrib/tablefunc bugfix