Re: [PATCH] Make ENOSPC not fatal in semaphore creation

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Mikhail <mp39590(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Make ENOSPC not fatal in semaphore creation
Date: 2021-10-22 19:53:59
Message-ID: CA+hUKGKV62rsYJd96N3smgxPbgWQ4tmBtQ7DpHirKm0kdA8iFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Oct 23, 2021 at 8:43 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Mikhail <mp39590(at)gmail(dot)com> writes:
> > In your patch I've removed testing for 5.x versions, because official
> > releases are supported only for one year, no need to worry about them.
>
> Official support or no, we have OpenBSD 5.9 in our buildfarm, so
> ignoring the case isn't going to fly.

It was a test for < 5.5, so that aspect's OK.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikhail 2021-10-22 19:55:08 Re: [PATCH] Make ENOSPC not fatal in semaphore creation
Previous Message Tom Lane 2021-10-22 19:43:00 Re: [PATCH] Make ENOSPC not fatal in semaphore creation