|
7684 | 7684 | prosrc => 'pg_notification_queue_usage' }, |
7685 | 7685 |
|
7686 | 7686 | # shared memory usage |
7687 | | -{ oid => '8613', |
7688 | | - descr => 'allocations from the main shared memory segment', |
7689 | | - proname => 'pg_get_shmem_allocations', 'prorows' => 50, 'proretset' => 't', |
7690 | | - provolatile => 'v', 'prorettype' => 'record', 'proargtypes' => '', |
| 7687 | +{ oid => '8613', descr => 'allocations from the main shared memory segment', |
| 7688 | + proname => 'pg_get_shmem_allocations', prorows => '50', proretset => 't', |
| 7689 | + provolatile => 'v', prorettype => 'record', proargtypes => '', |
7691 | 7690 | proallargtypes => '{text,int8,int8,int8}', proargmodes => '{o,o,o,o}', |
7692 | 7691 | proargnames => '{name,off,size,allocated_size}', |
7693 | 7692 | prosrc => 'pg_get_shmem_allocations' }, |
|
9326 | 9325 | proname => 'jsonb_delete_path', prorettype => 'jsonb', |
9327 | 9326 | proargtypes => 'jsonb _text', prosrc => 'jsonb_delete_path' }, |
9328 | 9327 | { oid => '8945', descr => 'Set part of a jsonb, handle NULL value', |
9329 | | - proname => 'jsonb_set_lax', prorettype => 'jsonb', proisstrict => 'f', |
| 9328 | + proname => 'jsonb_set_lax', proisstrict => 'f', prorettype => 'jsonb', |
9330 | 9329 | proargtypes => 'jsonb _text jsonb bool text', prosrc => 'jsonb_set_lax' }, |
9331 | 9330 | { oid => '3305', descr => 'Set part of a jsonb', |
9332 | 9331 | proname => 'jsonb_set', prorettype => 'jsonb', |
|
0 commit comments