[TODO] Track number of files ready to be archived in pg_stat_archiver

From: Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [TODO] Track number of files ready to be archived in pg_stat_archiver
Date: 2014-08-21 08:17:14
Message-ID: 53F5AB0A.5060502@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Attached patch implements the following TODO item :

Track number of WAL files ready to be archived in pg_stat_archiver

However, it will track the total number of any file ready to be
archived, not only WAL files.

Please let me know what you think about it.

Regards.
--
Julien Rouhaud
http://dalibo.com - http://dalibo.org

Attachment Content-Type Size
pg_stat_archiver_ready_count-v1.patch text/x-patch 15.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2014-08-21 08:23:49 Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED
Previous Message Jeff Davis 2014-08-21 07:49:50 Re: 9.5: Memory-bounded HashAgg