|
5287 | 5287 | proargnames => '{slot_name,spill_txns,spill_count,spill_bytes,stream_txns,stream_count,stream_bytes,stats_reset}',
|
5288 | 5288 | prosrc => 'pg_stat_get_replication_slots' },
|
5289 | 5289 | { oid => '6118', descr => 'statistics: information about subscription',
|
5290 |
| - proname => 'pg_stat_get_subscription', proisstrict => 'f', provolatile => 's', |
5291 |
| - proparallel => 'r', prorettype => 'record', proargtypes => 'oid', |
| 5290 | + proname => 'pg_stat_get_subscription', prorows => '10', proisstrict => 'f', |
| 5291 | + proretset => 't', provolatile => 's', proparallel => 'r', |
| 5292 | + prorettype => 'record', proargtypes => 'oid', |
5292 | 5293 | proallargtypes => '{oid,oid,oid,int4,pg_lsn,timestamptz,timestamptz,pg_lsn,timestamptz}',
|
5293 | 5294 | proargmodes => '{i,o,o,o,o,o,o,o,o}',
|
5294 | 5295 | proargnames => '{subid,subid,relid,pid,received_lsn,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time}',
|
|
0 commit comments