Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call
Date
Msg-id CAA4eK1JsCRdDZ1-4+QBbeJif2VvkrPx9GmDi=SDwe-MYnPMxrA@mail.gmail.com
Whole thread Raw
In response to Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call  (Andres Freund <andres@anarazel.de>)
Responses Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call
List pgsql-hackers
On Mon, Jun 19, 2023 at 11:47 PM Andres Freund <andres@anarazel.de> wrote:
>
> On June 19, 2023 10:37:45 AM PDT, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >Andres Freund <andres@anarazel.de> writes:
> >> Unfortunately, due to some personal life business, it took until for me to
> >> feel comfortable pushing the fix for
> >> https://www.postgresql.org/message-id/ZEZDj1H61ryrmY9o@msg.df7cb.de
> >> (FileFallocate() erroring out with EINTR due to running on tmpfs).
> >> Do you want me to hold off before beta2 is wrapped? I did a bunch of CI runs
> >> with the patch and patch + test infra, and they all passed.
> >
> >We still have a week till beta2 wrap, so I'd say push.  If the buildfarm
> >gets unhappy you can revert.
>
> Hah. Somehow I confused myself into thinking you're wrapping later today. Calendar math vs Andres: 6753:3
>

Can we close the open item corresponding to this after your commit 0d369ac650?

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Allow pg_archivecleanup to remove backup history files
Next
From: Bəxtiyar Neyman
Date:
Subject: Can JoinFilter condition be pushed down into IndexScan?