| From: | "Mikhail Kulagin" <m(dot)kulagin(at)postgrespro(dot)ru> |
|---|---|
| To: | "'Jacob Champion'" <pchampion(at)vmware(dot)com>, <michael(at)paquier(dot)xyz> |
| Cc: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | RE: [PATCH] Pull general SASL framework out of SCRAM |
| Date: | 2021-07-13 09:41:27 |
| Message-ID: | 05ce01d777cb$40f31d60$c2d95820$@postgrespro.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 file or 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 | Content-Type | Size |
|---|---|---|
| missing_fe-auth-sasl.h.patch | application/octet-stream | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andy Fan | 2021-07-13 09:55:21 | Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) |
| Previous Message | Julien Rouhaud | 2021-07-13 09:38:52 | Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? |