Postgres Server backend process

From: Jayadevan M <maymala(dot)jayadevan(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Postgres Server backend process
Date: 2013-11-15 09:38:53
Message-ID: CAFS1N4gAQVtg6BymLFrnXAR6E0n=DGeYGxL4EQxqhra+LBMm7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I was going through
http://www.postgresql.org/files/developer/tour.pdf and the source at
http://doxygen.postgresql.org/postmaster_8c_source.html

The pdf shows the daemon process doing authentication and spawning a
process to handle the request from the client.
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?

Regards,
Jayadevan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Janek Sendrowski 2013-11-15 10:10:46 Re: pg_trgm module: no convertion into Trigrams on one side when comparing
Previous Message Tony Theodore 2013-11-15 08:01:29 Composite types or composite keys?