removing the exec() from doexec()

Поиск
Список
Период
Сортировка
От Brett McCormickS
Тема removing the exec() from doexec()
Дата
Msg-id 199804300120.SAA00085@abraxas.scene.com
обсуждение исходный текст
Ответы Re: [HACKERS] removing the exec() from doexec()  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
I'm planning on removing the exec from DoExec() and instead just
dispatch to the appropriate function.

I don't plan on any changes to the usage of "arguments" to this new
process, basically I'll just store them somewhere and then the forked
backend can process them.

Is there anything I should keep in mind?  I'd like this to eventually
be integrated into the source tree -- any particular reason why we use
exec() when we're just re-invoking the same binary?

p.s. this is so my ssl patch doesn't have to negotiate twice -- very expensive

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

Предыдущее
От: Michael Yeung
Дата:
Сообщение: Unlock the vacuum
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] removing the exec() from doexec()