|
7653 | 7653 | { oid => '3296',
|
7654 | 7654 | descr => 'get the fraction of the asynchronous notification queue currently in use',
|
7655 | 7655 | proname => 'pg_notification_queue_usage', provolatile => 'v',
|
7656 |
| - prorettype => 'float8', proargtypes => '', |
| 7656 | + proparallel => 'r', prorettype => 'float8', proargtypes => '', |
7657 | 7657 | prosrc => 'pg_notification_queue_usage' },
|
7658 | 7658 |
|
7659 | 7659 | # non-persistent series generator
|
|
9333 | 9333 | proargtypes => 'jsonb jsonpath jsonb bool', prosrc => 'jsonb_path_match' },
|
9334 | 9334 |
|
9335 | 9335 | { oid => '1177', descr => 'jsonpath exists test with timezone',
|
9336 |
| - proname => 'jsonb_path_exists_tz', provolatile => 's', |
9337 |
| - prorettype => 'bool', proargtypes => 'jsonb jsonpath jsonb bool', |
| 9336 | + proname => 'jsonb_path_exists_tz', provolatile => 's', prorettype => 'bool', |
| 9337 | + proargtypes => 'jsonb jsonpath jsonb bool', |
9338 | 9338 | prosrc => 'jsonb_path_exists_tz' },
|
9339 | 9339 | { oid => '1179', descr => 'jsonpath query with timezone',
|
9340 |
| - proname => 'jsonb_path_query_tz', provolatile => 's', |
9341 |
| - prorows => '1000', proretset => 't', |
9342 |
| - prorettype => 'jsonb', proargtypes => 'jsonb jsonpath jsonb bool', |
9343 |
| - prosrc => 'jsonb_path_query_tz' }, |
| 9340 | + proname => 'jsonb_path_query_tz', prorows => '1000', proretset => 't', |
| 9341 | + provolatile => 's', prorettype => 'jsonb', |
| 9342 | + proargtypes => 'jsonb jsonpath jsonb bool', prosrc => 'jsonb_path_query_tz' }, |
9344 | 9343 | { oid => '1180', descr => 'jsonpath query wrapped into array with timezone',
|
9345 | 9344 | proname => 'jsonb_path_query_array_tz', provolatile => 's',
|
9346 | 9345 | prorettype => 'jsonb', proargtypes => 'jsonb jsonpath jsonb bool',
|
|
9350 | 9349 | prorettype => 'jsonb', proargtypes => 'jsonb jsonpath jsonb bool',
|
9351 | 9350 | prosrc => 'jsonb_path_query_first_tz' },
|
9352 | 9351 | { oid => '2030', descr => 'jsonpath match with timezone',
|
9353 |
| - proname => 'jsonb_path_match_tz', provolatile => 's', |
9354 |
| - prorettype => 'bool', proargtypes => 'jsonb jsonpath jsonb bool', |
9355 |
| - prosrc => 'jsonb_path_match_tz' }, |
| 9352 | + proname => 'jsonb_path_match_tz', provolatile => 's', prorettype => 'bool', |
| 9353 | + proargtypes => 'jsonb jsonpath jsonb bool', prosrc => 'jsonb_path_match_tz' }, |
9356 | 9354 |
|
9357 | 9355 | { oid => '4010', descr => 'implementation of @? operator',
|
9358 | 9356 | proname => 'jsonb_path_exists_opr', prorettype => 'bool',
|
|
0 commit comments