From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Tod McQuillin <devin(at)spamcop(dot)net>, Lee Joramo <lee(dot)list(at)joramo(dot)com>, rob <rob(at)cabrion(dot)com>, postgre general list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly |
Date: | 2001-01-11 21:25:22 |
Message-ID: | 200101112125.QAA07430@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> Tod McQuillin <devin(at)spamcop(dot)net> writes:
> > I was not aware the binary would behave differently depending on the name
> > it was invoked as.
>
> Right. We used to have two separate binaries, and the postmaster would
> actually exec() the backend (postgres) binary for every session launch.
> About two years ago, Bruce made them into a single executable so that
> session launch only needs fork() and not exec(). But he kept the old
> switch-parsing mechanisms for backwards compatibiliy with existing
> startup scripts. So our current switch syntax is a dreadfully ugly
> legacy thingy :-(
>
> Peter E. has done some good work towards providing a less ugly switch
> notation for 7.1.
Tom, can you be a little more specific on the changes? I am unsure of
the details.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | J.H.M. Dassen (Ray) | 2001-01-11 21:26:28 | Re: How to set "auto commit" off in postgresql db? |
Previous Message | Bruce Momjian | 2001-01-11 21:17:23 | Re: Re: Loading optimization |