Re: Postgres Server backend process

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Postgres Server backend process
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17C59FFF@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Postgres Server backend process  (Jayadevan M <maymala.jayadevan@gmail.com>)
Список pgsql-general
Jayadevan M wrote:
> The code has these comments -
> "When a request message is received, we now fork() immediately. The child process performs
> authentication of the request,"
> 
> Now authentication is done by the Backend process and not by the daemon?

Yes.

The authentication is called in InitPostgres(), which is called in PostgresMain().

Yours,
Laurenz Albe

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

Предыдущее
От: "Janek Sendrowski"
Дата:
Сообщение: Re: pg_trgm module: no convertion into Trigrams on one side when comparing
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: counterpart to LOAD