Re: PostgreSQL's vacuumdb fails to allocate memory for non-root users

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: PostgreSQL's vacuumdb fails to allocate memory for non-root users
Дата
Msg-id m2ekal2puy.fsf@Douglas-McNaughts-Powerbook.local
обсуждение исходный текст
Ответ на Re: PostgreSQL's vacuumdb fails to allocate memory for  (Sven Willenberger <sven@dmv.com>)
Список pgsql-general
Sven Willenberger <sven@dmv.com> writes:

>                           Again, if I log in as myself and try to run
> the command vaccumdb -a -z it fails; if I su to root and repeat it works
> fine. I am trying to narrow this down to a PostgreSQL issue vs FreeBSD
> issue.

That's really weird, because in both cases the actual VACUUM work
happens in the backend, which should be running as 'postgres'.  I
don't see how the client user could possibly make a difference.

-Doug

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

Предыдущее
От: "Peter L. Berghold"
Дата:
Сообщение: Memory tuning for linux (Suffering CRS...)
Следующее
От: David Fetter
Дата:
Сообщение: Re: faking writable views as tables