|
5244 | 5244 | { oid => '3317', descr => 'statistics: information about WAL receiver',
|
5245 | 5245 | proname => 'pg_stat_get_wal_receiver', proisstrict => 'f', provolatile => 's',
|
5246 | 5246 | proparallel => 'r', prorettype => 'record', proargtypes => '',
|
5247 |
| - proallargtypes => '{int4,text,pg_lsn,int4,pg_lsn,int4,timestamptz,timestamptz,pg_lsn,timestamptz,text,text,int4,text}', |
5248 |
| - proargmodes => '{o,o,o,o,o,o,o,o,o,o,o,o,o,o}', |
5249 |
| - proargnames => '{pid,status,receive_start_lsn,receive_start_tli,received_lsn,received_tli,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,slot_name,sender_host,sender_port,conninfo}', |
| 5247 | + proallargtypes => '{int4,text,pg_lsn,int4,pg_lsn,pg_lsn,int4,timestamptz,timestamptz,pg_lsn,timestamptz,text,text,int4,text}', |
| 5248 | + proargmodes => '{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}', |
| 5249 | + 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}', |
5250 | 5250 | prosrc => 'pg_stat_get_wal_receiver' },
|
5251 | 5251 | { oid => '6118', descr => 'statistics: information about subscription',
|
5252 | 5252 | proname => 'pg_stat_get_subscription', proisstrict => 'f', provolatile => 's',
|
|
0 commit comments