| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | GUC patch for Win32 |
| Date: | 2003-05-01 20:13:08 |
| Message-ID: | 200305012013.h41KD8312533@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
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.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 12.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-05-02 03:41:44 | Re: GUC patch for Win32 |
| Previous Message | Nigel J. Andrews | 2003-05-01 17:04:49 | Re: [HACKERS] "Adding missing from clause" (replacement) |