Global variables in exec()

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Global variables in exec()
Date: 2003-05-06 04:40:00
Message-ID: 200305060440.h464e0723857@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch passes the file descriptor number and shared memory id to
exec'ed backend via the -p flag --- basically it passes:

-p file_descriptor_number,shared_memory_id,database

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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-05-06 05:28:17 Re: Global variables in exec()
Previous Message Bruce Momjian 2003-05-06 04:13:06 Cleanup of fork/exec