From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Nazir Bilal Yavuz <byavuz81(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-03-01 12:37:12 |
Message-ID: | CA+hUKGLvgNJ6N+F8M1aXct_vYnToLnh1PeAsB25FWJxMO5Cj4A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Mar 1, 2025 at 6:24 AM Nazir Bilal Yavuz <byavuz81(at)gmail(dot)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.
Attachment | Content-Type | Size |
---|---|---|
v2-0001-ci-Use-a-RAM-disk-for-NetBSD-and-OpenBSD.patch | text/x-patch | 3.6 KB |
v2-0002-ci-Enable-NetBSD-and-OpenBSD-by-default.patch | text/x-patch | 686 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2025-03-01 13:08:31 | Re: Separate GUC for replication origins |
Previous Message | Alena Rybakina | 2025-03-01 11:39:11 | Re: Replace IN VALUES with ANY in WHERE clauses during optimization |