Clog handling on exec'ed backend

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Clog handling on exec'ed backend
Date: 2003-05-02 22:10:49
Message-ID: 200305022210.h42MAnv19429@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is a another patch on the way to exec'ed Unix and Win32.

It basically makes one of the Clog data structures into a shared memory
area when using exec (EXEC_BACKEND is defined). It passes all the
regression/initdb tests on Unix.

--
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 7.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-05-03 02:03:59 Re: Clog handling on exec'ed backend
Previous Message Bruce Momjian 2003-05-02 19:48:26 Re: GUC patch for Win32