On 09.09.22 05:51, Bharath Rupireddy wrote:
On Thu, Sep 8, 2022 at 5:23 PM Peter Eisentraut
wrote:
The pg_walinspect function pg_get_wal_stats() has output arguments
declared as float4 (count_percentage, record_size_percentage, etc.), but
the internal computations are all done in type double.
On Thu, Sep 8, 2022 at 5:23 PM Peter Eisentraut
wrote:
>
> The pg_walinspect function pg_get_wal_stats() has output arguments
> declared as float4 (count_percentage, record_size_percentage, etc.), but
> the internal computations are all done in type double. Is there a
> reason why this is then co