Re: Exposing currentTransactionWALVolume - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Exposing currentTransactionWALVolume
Date
Msg-id CAHGQGwFZY_KdtnHDOwsKTCpHsZ0f2hd0GDxrJsy2btE0+zQA8A@mail.gmail.com
Whole thread Raw
In response to Exposing currentTransactionWALVolume  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Exposing currentTransactionWALVolume  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Wed, Jan 15, 2014 at 2:12 AM, Simon Riggs <simon@2ndquadrant.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



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pg_basebackup and pg_stat_tmp directory
Next
From: Merlin Moncure
Date:
Subject: Re: jsonb and nested hstore