Re: Postgres Server backend process - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Postgres Server backend process
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17C59FFF@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Postgres Server backend process  (Jayadevan M <maymala.jayadevan@gmail.com>)
List 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 by date:

Previous
From: "Janek Sendrowski"
Date:
Subject: Re: pg_trgm module: no convertion into Trigrams on one side when comparing
Next
From: Andreas Kretschmer
Date:
Subject: counterpart to LOAD