pgsql: dsa: Cope with the possibility that SIZE_MAX is not defined. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: dsa: Cope with the possibility that SIZE_MAX is not defined.
Date
Msg-id E1cDzmf-0003Gn-6r@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f846948
Next
From: Stephen Frost
Date:
Subject: pgsql: Add support for restrictive RLS policies