Re: [ADMIN] When postgres will be faster?
От | Bruce Momjian |
---|---|
Тема | Re: [ADMIN] When postgres will be faster? |
Дата | |
Msg-id | 199912011743.MAA22976@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: [ADMIN] When postgres will be faster? (sk.list@comset.net) |
Ответы |
Re: [ADMIN] When postgres will be faster?
|
Список | pgsql-hackers |
> > postmaster forks() and does not do an exec(). > > >From postmaster log: > > FindExec: found "/usr/comset/dbase/bin/postgres" using argv[0] > > ps ax|grep pos > > 10665 ? R 0:01 /usr/comset/dbase/bin/postgres main.comset.com polithit pol > 13329 ? S 0:24 /usr/comset/dbase/bin/postmaster -i -D/usr/comset/dbase/dat > > These samples push me thinking it was fork/exec... :-( We re-exec the postmaster so it has an absolute path, which is sometimes needed for dynamic loading. We also need 5 paramaters to we can do ps display if forked backends. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
В списке pgsql-hackers по дате отправления: