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

From Andres Freund
Subject Re: Adding NetBSD and OpenBSD to Postgres CI
Date
Msg-id ejxwoqj5d3qqf47ilnru3ndzl4wjugcqu4wdjmyllotakz7kvx@uh3zrygnwjkx
Whole thread Raw
In response to Re: Adding NetBSD and OpenBSD to Postgres CI  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

Missed something until just after I hit send:

On 2024-11-12 11:38:11 +0300, Nazir Bilal Yavuz wrote:
> +  matrix:
> +    - name: NetBSD - 10 - Meson
> +      only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~
'.*\nci-os-only:[^\n]*netbsd.*'
...
> +    - name: OpenBSD - 7 - Meson
> +      only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~
'.*\nci-os-only:[^\n]*openbsd.*'

Think these probably should be added to src/tools/ci/README

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Adding NetBSD and OpenBSD to Postgres CI
Next
From: Robert Haas
Date:
Subject: Re: [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table.