Re: mdclose() does not cope w/ FileClose() failure

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: mdclose() does not cope w/ FileClose() failure
Date: 2019-12-22 20:33:29
Message-ID: CA+hUKGJHD2jPZHe-sS8UZ1Re-XbRBwaq_sVQifgYVX5o_mKsAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 22, 2019 at 10:19 PM Noah Misch <noah(at)leadboat(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2019-12-22 20:47:24 Re: mdclose() does not cope w/ FileClose() failure
Previous Message legrand legrand 2019-12-22 20:22:50 Re: Implementing Incremental View Maintenance