Re: Adding NetBSD and OpenBSD to Postgres CI

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: Adding NetBSD and OpenBSD to Postgres CI
Date: 2025-02-28 17:24:09
Message-ID: CAN55FZ2_0_-AJ-bw5JyY1n3jQ2Fue0c+LLaZjwDbM0JrZpNsow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Fri, 28 Feb 2025 at 19:26, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
>
> On Tue, Feb 18, 2025 at 11:33 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> > Maybe we could try this?
> >
> > https://man.netbsd.org/mount_tmpfs.8
> > https://man.openbsd.org/mount_tmpfs.8
>
> NetBSD's test_world: 10:30 -> 3:23
> OpenBSD test_world: 15:45 - >9:10

Thank you for working on this! These are very nice speedups.

> I think NetBSD would finish around 2nd place if turned on by default
> like that. The OpenBSD part needs more work though, see attached...

+ #umount /usr/obj # unused 5G on /dev/sd0j
+ #swapon /dev/sd0j # fails with ENXIO... what am I missing?

I think I found the problem, sd0j's fstype is not a swap. It worked like that:

$ disklabel -E sd0
$ umount /usr/obj
$ disklabel -E sd0 # prompts are: m -> j -> \n -> \n -> swap -> w -> q
$ disklabel -E sd0
$ swapon /dev/sd0j # runs successfully

--
Regards,
Nazir Bilal Yavuz
Microsoft

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2025-02-28 17:37:29 Re: [PoC] Federated Authn/z with OAUTHBEARER
Previous Message Thom Brown 2025-02-28 17:11:44 Re: Space missing from EXPLAIN output