pgsql: Add more detail why repalloc and pfree do not accept NULL pointe

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more detail why repalloc and pfree do not accept NULL pointe
Date: 2022-08-28 07:58:41
Message-ID: E1oSDBo-000HbL-G7@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more detail why repalloc and pfree do not accept NULL pointers

Per discussion, we choose not to change this. This just gives a
little bit more information.

Discussion: https://www.postgresql.org/message-id/flat/cf26e970-8e92-59f1-247a-aa265235075b%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/805a397db40bd49789946e8fe42e564d564fc27b

Modified Files
--------------
src/backend/utils/mmgr/README | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-08-28 14:10:46 pgsql: Switch format specifier for replication origins to %d
Previous Message Michael Paquier 2022-08-28 07:21:47 pgsql: Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds