Re: [PATCH] Pull general SASL framework out of SCRAM - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Pull general SASL framework out of SCRAM
Date
Msg-id YO1rnHoIhxEUaBo6@paquier.xyz
Whole thread Raw
In response to RE: [PATCH] Pull general SASL framework out of SCRAM  ("Mikhail Kulagin" <m.kulagin@postgrespro.ru>)
Responses Re: [PATCH] Pull general SASL framework out of SCRAM  (Jacob Champion <pchampion@vmware.com>)
List pgsql-hackers
On Tue, Jul 13, 2021 at 12:41:27PM +0300, Mikhail Kulagin wrote:
> I got an error while building one of the extensions.
> /home/mkulagin/pg-install/postgresql-master/include/internal/libpq-int.h:44:10: fatal error: fe-auth-sasl.h: No such
fileor directory 
>                   #include "fe-auth-sasl.h"
>                   ^~~~~~~~~~~~~~~~

Right.  I overlooked the fact that libpq-int.h is installed.

> I think the new fe-auth-sasl.h file should be installed too.
> Correction proposal in the attached file (but I'm not sure that fix
> of Install.pm is correct).

That looks correct to me.  I'll check that tomorrow.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ibrar Ahmed
Date:
Subject: Re: DROP relation IF EXISTS Docs and Tests - Bug Fix
Next
From: Michael Paquier
Date:
Subject: Re: Remove repeated calls to PQserverVersion