Re: mdclose() does not cope w/ FileClose() failure - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: mdclose() does not cope w/ FileClose() failure
Date
Msg-id CA+hUKGJHD2jPZHe-sS8UZ1Re-XbRBwaq_sVQifgYVX5o_mKsAg@mail.gmail.com
Whole thread Raw
In response to mdclose() does not cope w/ FileClose() failure  (Noah Misch <noah@leadboat.com>)
Responses Re: mdclose() does not cope w/ FileClose() failure  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
On Sun, Dec 22, 2019 at 10:19 PM Noah Misch <noah@leadboat.com> wrote:
>         Assert(segno == reln->md_num_open_segs[forknum]);
>         _fdvec_resize(reln, forknum, segno + 1);

Oh yeah, I spotted that part too but didn't follow up.


https://www.postgresql.org/message-id/flat/CA%2BhUKG%2BNBw%2BuSzxF1os-SO6gUuw%3DcqO5DAybk6KnHKzgGvxhxA%40mail.gmail.com



pgsql-hackers by date:

Previous
From: legrand legrand
Date:
Subject: Re: Implementing Incremental View Maintenance
Next
From: Noah Misch
Date:
Subject: Re: mdclose() does not cope w/ FileClose() failure