Re: Adding NetBSD and OpenBSD to Postgres CI - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Adding NetBSD and OpenBSD to Postgres CI
Date
Msg-id CA+hUKGLvgNJ6N+F8M1aXct_vYnToLnh1PeAsB25FWJxMO5Cj4A@mail.gmail.com
Whole thread Raw
In response to Re: Adding NetBSD and OpenBSD to Postgres CI  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
List pgsql-hackers
On Sat, Mar 1, 2025 at 6:24 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
> 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

Thanks!  I just piped those characters in and it worked, shaving
another couple of minutes off.  The script is probably now about as
short and sweet as it needs to be?  And the times are pretty good.

https://cirrus-ci.com/build/5275349266726912

Attachment

pgsql-hackers by date:

Previous
From: Alena Rybakina
Date:
Subject: Re: Replace IN VALUES with ANY in WHERE clauses during optimization
Next
From: Amit Kapila
Date:
Subject: Re: Separate GUC for replication origins