Re: Available disk space per tablespace

From: solai v <solai(dot)cdac(at)gmail(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Quan Zongliang <quanzongliang(at)yeah(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Available disk space per tablespace
Date: 2026-05-22 06:15:25
Message-ID: CAF0whueuAFgX7D0nH58yjU5rECAtvgPwHKNVL9SQUrmDhXimqQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi ,
I tested the v5 of the pg_tablespace_avail() patch on Linux.
The patch applied and built cleanly for me .After applying the patch
and re-running initdb,pg_tablespace_avail() worked correctly and \db+
showed the new Free column as expected.
The reported values matched the output from df -h on my system.I also
tested custom tablespace and non-superuser access,and both behaved
correctly.
Additionally,I ran :
make check TESTS= tablespace
and all tests passed.
Overall , the feature looks useful and worked well in my testing.

Regards
Solai

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Samil C 2026-05-22 06:53:49 Inquiry Regarding Parallel DML (Write-Side) Support in Future PostgreSQL Releases
Previous Message Masahiko Sawada 2026-05-22 06:10:20 Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)