|
5370 | 5370 | proargnames => '{pid,status,receive_start_lsn,receive_start_tli,written_lsn,flushed_lsn,received_tli,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,slot_name,sender_host,sender_port,conninfo}',
|
5371 | 5371 | prosrc => 'pg_stat_get_wal_receiver' },
|
5372 | 5372 | { oid => '6169', descr => 'statistics: information about replication slot',
|
5373 |
| - proname => 'pg_stat_get_replication_slot', prorows => '1', proisstrict => 'f', |
5374 |
| - proretset => 't', provolatile => 's', proparallel => 'r', |
5375 |
| - prorettype => 'record', proargtypes => 'text', |
| 5373 | + proname => 'pg_stat_get_replication_slot', proisstrict => 'f', provolatile => 's', |
| 5374 | + proparallel => 'r', prorettype => 'record', proargtypes => 'text', |
5376 | 5375 | proallargtypes => '{text,text,int8,int8,int8,int8,int8,int8,int8,int8,timestamptz}',
|
5377 | 5376 | proargmodes => '{i,o,o,o,o,o,o,o,o,o,o}',
|
5378 | 5377 | proargnames => '{slot_name,slot_name,spill_txns,spill_count,spill_bytes,stream_txns,stream_count,stream_bytes,total_txns,total_bytes,stats_reset}',
|
|
0 commit comments