pgsql: Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
Date: 2015-04-02 14:43:57
Message-ID: E1YdgLd-0007vQ-OZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.

Amit Kapila

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/dsm.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-04-02 14:57:33 Re: pgsql: psql: fix \connect with URIs and conninfo strings
Previous Message Robert Haas 2015-04-02 14:42:58 Re: [COMMITTERS] pgsql: Centralize definition of integer limits.