Re: pgsql/src backend/libpq/auth.c backend/postmas ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src backend/libpq/auth.c backend/postmas ...
Date: 2001-06-21 17:23:15
Message-ID: 18621.993144195@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut - PostgreSQL <petere(at)hub(dot)org> writes:
> Handle reading of startup packet and authentication exchange after forking
> a new postmaster child process. This should eliminate problems with
> authentication blocking (e.g., ident, SSL init) and also reduce problems
> with the accept queue filling up under heavy load.

One question about this --- why did you put the call to
ClientAuthentication() into postgres.c? Seems like it should be in the
postmaster, probably in DoBackend right after the call to
ProcessStartupPacket.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-06-21 18:25:55 pgsql/src/backend/commands define.c
Previous Message Tom Lane 2001-06-21 16:43:25 pgsql/src/backend/postmaster postmaster.c