1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00
Michael Paquier ca7f8e2b86 Remove custom memory allocation layer in pgcrypto
PX_OWN_ALLOC was intended as a way to disable the use of palloc(), and
over the time new palloc() or equivalent calls have been added like in
32984d8, making this extra layer losing its original purpose.  This
simplifies on the way some code paths to use palloc0() rather than
palloc() followed by memset(0).

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/A5BFAA1A-B2E8-4CBC-895E-7B1B9475A527@yesql.se
2020-09-25 10:25:55 +09:00
..
2010-09-20 22:08:53 +02:00
2010-09-20 22:08:53 +02:00
2017-06-21 15:35:54 -04:00
2019-05-22 12:55:34 -04:00
2019-05-22 13:04:48 -04:00
2019-02-14 17:00:25 +01:00
2017-06-21 15:19:25 -04:00
2016-09-30 14:04:16 -04:00
2019-05-22 13:04:48 -04:00
2017-06-21 15:19:25 -04:00
2017-06-21 15:19:25 -04:00