Re: Available disk space per tablespace

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: Christoph Berg <myon@debian.org>
Cc: Quan Zongliang <quanzongliang@yeah.net>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-03-15T13:24:56Z
Lists: pgsql-hackers
On Sun, Mar 16, 2025 at 1:09 AM Christoph Berg <myon@debian.org> wrote:
> Hmm. Is looping on EINTR worth the trouble?

I was just wondering if it might be one of those oddballs that ignores
SA_RESTART, but I guess that doesn't seem too likely (I mean, first
you'd probably have to have a reason to sleep or some other special
reason, and who knows what some unusual file systems might do).  It
certainly doesn't on the systems I tried.  So I guess not until we
have other evidence.