pgsql: dsa: Cope with the possibility that SIZE_MAX is not defined.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: dsa: Cope with the possibility that SIZE_MAX is not defined.
Date: 2016-12-05 20:22:45
Message-ID: E1cDzmf-0003Gn-6r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

dsa: Cope with the possibility that SIZE_MAX is not defined.

Per buildfarm member gaur and Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2bbdc6875d03bb826a4fd113eac45a72c68bc929

Modified Files
--------------
src/backend/utils/mmgr/dsa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-12-05 20:51:02 pgsql: Add support for restrictive RLS policies
Previous Message Robert Haas 2016-12-05 20:14:01 Re: [COMMITTERS] pgsql: Introduce dynamic shared memory areas.