Re: [HACKERS] pg_stat_wal_write statistics view - Mailing list pgsql-hackers

From vinayak
Subject Re: [HACKERS] pg_stat_wal_write statistics view
Date
Msg-id 6806eaa7-2ec3-ed34-c50d-1b29615c5c8a@lab.ntt.co.jp
Whole thread Raw
In response to Re: [HACKERS] pg_stat_wal_write statistics view  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Responses Re: [HACKERS] pg_stat_wal_write statistics view  (Haribabu Kommi <kommi.haribabu@gmail.com>)
List pgsql-hackers


On 2017/03/16 10:34, Haribabu Kommi wrote:

Updated patch attached.
The patch looks good to me.

How about rename the view as "pg_stat_walwriter"?
The columns of view :
backend_writes -> backend_wal_writes
writes-> background_wal_writes
write_blocks-> wal_write_blocks
write_time->wal_write_time
sync_time->wal_sync_time

Regards,
Vinayak Pokale
NTT Open Source Software Center

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: [HACKERS] Split conditions on relations
Next
From: Vinayak Pokale
Date:
Subject: Re: [HACKERS] Transactions involving multiple postgres foreign servers