On Wed, Jan 15, 2014 at 2:12 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> Short patch to expose a function GetCurrentTransactionWALVolume() that
> gives the total number of bytes written to WAL by current transaction.
Could you tell me the use case of this function? ISTM that it's less
useful in the real
world because it reports the information of WAL generated only in my own current
transaction. For example, the monitoring tool cannot see that
information because
it's the different session from the target.
Regards,
--
Fujii Masao