]> granicus.if.org Git - postgresql/commit
Move out-of-memory error checks from aset.c to mcxt.c
authorRobert Haas <rhaas@postgresql.org>
Thu, 29 Jan 2015 15:23:38 +0000 (10:23 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 29 Jan 2015 15:23:38 +0000 (10:23 -0500)
commit3d6d1b585524aab62616d20518fe1fe3be5d1a39
tree28992cc6309bbd5d3ee03359dd1f17195858bb2c
parent1c993b3aceb7e0ccf32b59280b266b1f4f7b077e
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
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/mcxt.c