Re: Adding NetBSD and OpenBSD to Postgres CI

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: Adding NetBSD and OpenBSD to Postgres CI
Date: 2024-11-07 15:05:43
Message-ID: 747d89c6-8d96-40d3-aace-ab496d807278@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.11.24 14:40, Nazir Bilal Yavuz wrote:
>> I noticed that neither the existing FreeBSD task nor the new OpenBSD one
>> find the bsd_auth.h header. I thought this would be good to get more
>> testing of that code. Do you know why that is?
>
> The 'bsd_auth.h' file does not exist in FreeBSD.
>
> For the OpenBSD, it exists but its compilation fails with:
> '''
> /usr/include/bsd_auth.h:93:1: error: unknown type name 'quad_t'
> /usr/include/bsd_auth.h:94:1: error: unknown type name 'quad_t
> '''
>
> These 'quad_t' types are defined in the 'sys/types.h' file.

Makes sense. The synopsis in https://man.openbsd.org/authenticate.3 is:

#include <sys/types.h>
#include <login_cap.h>
#include <bsd_auth.h>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2024-11-07 15:30:35 Re: RFC: Extension Packaging & Lookup
Previous Message Tomas Vondra 2024-11-07 15:02:58 Re: index prefetching