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

From Mikhail Kulagin
Subject RE: [PATCH] Pull general SASL framework out of SCRAM
Date
Msg-id 05ce01d777cb$40f31d60$c2d95820$@postgrespro.ru
Whole thread Raw
In response to Re: [PATCH] Pull general SASL framework out of SCRAM  (Jacob Champion <pchampion@vmware.com>)
Responses Re: [PATCH] Pull general SASL framework out of SCRAM  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hello, hackers!

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"
                  ^~~~~~~~~~~~~~~~

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).

Regards, Mikhail A. Kulagin
PostgresPro



Attachment

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?
Next
From: Andy Fan
Date:
Subject: Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series)