pgsql: initdb: Suppress dynamic shared memory when probing for max_conn

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: initdb: Suppress dynamic shared memory when probing for max_conn
Date: 2013-10-16 13:41:47
Message-ID: E1VWRMB-00038u-K9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: Suppress dynamic shared memory when probing for max_connections.

This might not be the right long-term solution here, but it will
hopefully turn the buildfarm green again.

Oversight noted by Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d41ab71712a4457ed39d5471b23949872ac91def

Modified Files
--------------
src/bin/initdb/initdb.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-10-16 17:23:02 pgsql: Allow 5+ digit years for non-ISO timestamp/date strings, where a
Previous Message Peter Eisentraut 2013-10-16 03:05:01 pgsql: Switch order of -lpgport and -lpgcommon