pg_get_backend_memory_contexts(OUT name text, OUT ident text, OUT type text, OUT level integer, OUT path integer[], OUT total_bytes bigint, OUT total_nblocks bigint, OUT free_bytes bigint, OUT free_chunks bigint, OUT used_bytes bigint)


Description

information about all memory contexts of local backend

Parameters

Name Type Mode
name text OUT
ident text OUT
type text OUT
level integer OUT
path integer[] OUT
total_bytes bigint OUT
total_nblocks bigint OUT
free_bytes bigint OUT
free_chunks bigint OUT
used_bytes bigint OUT

Definition