Install properly fe-auth-sasl.h

Michael Paquier <michael@paquier.xyz>

Commit: 6c9c2831668345122fd0f92280b30f3bbe2dd4e6
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-07-14T01:37:26Z
Releases: 15.0
Install properly fe-auth-sasl.h

The internals of the frontend-side callbacks for SASL are visible in
libpq-int.h, but the header was not getting installed.  This would cause
compilation failures for applications playing with the internals of
libpq.

Issue introduced in 9fd8557.

Author: Mikhail Kulagin
Reviewed-by: Jacob Champion
Discussion: https://postgr.es/m/05ce01d777cb$40f31d60$c2d95820$@postgrespro.ru

Files

PathChange+/−
src/interfaces/libpq/Makefile modified +2 −0
src/tools/msvc/Install.pm modified +2 −1

Discussion