pgsql: Set MaxBackends only on bootstrap and standalone modes

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Set MaxBackends only on bootstrap and standalone modes
Date: 2013-01-02 21:00:17
Message-ID: E1TqVQ9-0006Zp-6w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Set MaxBackends only on bootstrap and standalone modes

... not on auxiliary processes. I managed to overlook the fact that I
had disabled assertions on my HEAD checkout long ago.

Hopefully this will turn the buildfarm green again, and put an end to
today's silliness.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/15658911d9947cda031a42bcbc3e2b745dff8f49

Modified Files
--------------
src/backend/tcop/postgres.c | 5 +++++
src/backend/utils/init/postinit.c | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-02 21:31:25 Re: pgsql: Set MaxBackends only on bootstrap and standalone modes
Previous Message Magnus Hagander 2013-01-02 20:29:24 Re: [COMMITTERS] pgsql: Unify some tar functionality across different parts