| От | Tom Lane |
|---|---|
| Тема | Re: psql dies if I use non-default MaxBackends & NBuffers |
| Дата | |
| Msg-id | 24122.978123793@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | psql dies if I use non-default MaxBackends & NBuffers (Charlie Crissman <CCrissman@nbibx.com>) |
| Список | pgsql-admin |
Charlie Crissman <CCrissman@nbibx.com> writes:
> I have a weird one... when I start my postmaster with non-default
> MaxBackends & NBuffers (I am using 64 & 128 respectively, in this example),
> I try to connect via psql and psql quits after I enter my password. Even if
> I set them to the default (using -o "-N 32 -B 64"), the same thing happens.
> If I leave that off of my startup command, psql connects ok.
Try looking in the postmaster log. I suspect you will find a complaint
about bad command line parameters there...
If you are actually doing it just as you show above, the problem is that
-N and -B are postmaster switches not backend switches. They don't go
into the argument of -o.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера