Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly

Поиск
Список
Период
Сортировка
От Tod McQuillin
Тема Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Дата
Msg-id Pine.GSO.4.31.0101091931280.333-100000@sysadmin
обсуждение исходный текст
Ответ на Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Список pgsql-general
On Tue, 9 Jan 2001, Tom Lane wrote:

> Postmaster and backend switches are two different animals.  To specify
> a backend switch to the postmaster, you need -o.  Thus:
>
>     postmaster -S -o "-S 1000"
>
> selects silent postmaster mode and 1000K sortsize for the backend.
>
> In short: postmaster.1 != postgres.1 ...

OOPS!  My mistake.  No wonder I was confused.  I was basing my incorrect
assumptions on this:

devin@kanemochi /tools/pgsql/bin% ls -l post*
-r-xr-xr-x  1 devin  wheel  1469829 Jan  4 03:21 postgres
lrwxrwxr-x  1 devin  wheel        8 Jan  4 03:21 postmaster -> postgres

I was not aware the binary would behave differently depending on the name
it was invoked as.

Thanks for straightening me out.
--
Tod McQuillin



В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: xml middleware