Re: [PATCH] Pull general SASL framework out of SCRAM

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Mikhail Kulagin <m(dot)kulagin(at)postgrespro(dot)ru>
Cc: 'Jacob Champion' <pchampion(at)vmware(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Pull general SASL framework out of SCRAM
Date: 2021-07-13 10:31:56
Message-ID: YO1rnHoIhxEUaBo6@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 file or 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-07-13 10:36:55 Re: Remove repeated calls to PQserverVersion
Previous Message Ibrar Ahmed 2021-07-13 10:30:22 Re: DROP relation IF EXISTS Docs and Tests - Bug Fix