|
8279 | 8279 | proname => 'pg_get_backend_memory_contexts', prorows => '100',
|
8280 | 8280 | proretset => 't', provolatile => 'v', proparallel => 'r',
|
8281 | 8281 | prorettype => 'record', proargtypes => '',
|
8282 |
| - proallargtypes => '{text,text,text,int4,int8,int8,int8,int8,int8}', |
8283 |
| - proargmodes => '{o,o,o,o,o,o,o,o,o}', |
8284 |
| - proargnames => '{name, ident, parent, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes}', |
| 8282 | + proallargtypes => '{text,text,text,text,int4,int8,int8,int8,int8,int8}', |
| 8283 | + proargmodes => '{o,o,o,o,o,o,o,o,o,o}', |
| 8284 | + proargnames => '{name, ident, parent, type, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes}', |
8285 | 8285 | prosrc => 'pg_get_backend_memory_contexts' },
|
8286 | 8286 |
|
8287 | 8287 | # logging memory contexts of the specified backend
|
|
0 commit comments