mirror of
https://github.com/postgres/postgres.git
synced 2026-07-05 07:45:54 -04:00
This commit also adds pg_malloc_extended for frontend. These interfaces can be used to control at a lower level memory allocation using an interface similar to MemoryContextAllocExtended. For example, the callers can specify MCXT_ALLOC_NO_OOM if they want to suppress the "out of memory" error while allocating the memory and handle a NULL return value. Michael Paquier, reviewed by me. |
||
|---|---|---|
| .. | ||
| exec.c | ||
| fe_memutils.c | ||
| Makefile | ||
| pg_crc.c | ||
| pg_lzcompress.c | ||
| pgfnames.c | ||
| psprintf.c | ||
| relpath.c | ||
| restricted_token.c | ||
| rmtree.c | ||
| string.c | ||
| username.c | ||
| wait_error.c | ||