pgsql: Back-patch addition of the ALLOCSET_FOO_SIZES macros. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Back-patch addition of the ALLOCSET_FOO_SIZES macros.
Date
Msg-id E1gB2VQ-00069W-UB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Back-patch addition of the ALLOCSET_FOO_SIZES macros.

These macros were originally added in commit ea268cdc9, and back-patched
into 9.6 before 9.6.0.  However, some extensions would like to use them
in older branches, and there seems no harm in providing them.  So add
them to all supported branches.  Per suggestions from Christoph Berg and
Andres Freund.

Discussion: https://postgr.es/m/20181012170355.bhxi273skjt6sag4@alap3.anarazel.de

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/01187f32cd61985941f6bb1417e629ca7f449f96

Modified Files
--------------
src/include/utils/memutils.h | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Simplify use of AllocSetContextCreate() wrapper macro.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add TAP tests for pg_verify_checksums