Move out-of-memory error checks from aset.c to mcxt.c This potentially allows us to add mcxt.c interfaces that do something other than throw an error when memory cannot be allocated. We'll handle adding those interfaces in a separate commit.
Michael Paquier, with minor changes by me Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/3d6d1b585524aab62616d20518fe1fe3be5d1a39 Modified Files -------------- src/backend/utils/mmgr/aset.c | 39 ++++++++---------------- src/backend/utils/mmgr/mcxt.c | 66 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 26 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
