Re: Cygwin PostgreSQL Regression Test Problems (Revisited) - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: Cygwin PostgreSQL Regression Test Problems (Revisited)
Date
Msg-id 200104022203.SAA28474@candle.pha.pa.us
Whole thread Raw
In response to Re: Cygwin PostgreSQL Regression Test Problems (Revisited)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ports
> In the longer term, we should think about whether we can reduce the
> postmaster's connection service delay.  Someone recently suggested
> that the postmaster should fork a child immediately upon receiving
> a connection, and let the child work on the authentication process
> while the parent goes right back to accept().  I'm not sure if that
> would help "make check" very much, since it's presumably not running
> anything more complex than "trust" authentication anyway.  But it
> should eliminate auth delays caused by SSL, malfunctioning ident
> daemons, and sundry other problems.

I think the trust for SSL/indent would be a good idea.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-ports by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Cygwin PostgreSQL Regression Test Problems (Revisited)
Next
From: Bruce Momjian
Date:
Subject: Re: Cygwin 7.1RC2 timestamp Regression Test Failures