Install properly fe-auth-sasl.h
authorMichael Paquier <michael@paquier.xyz>
Wed, 14 Jul 2021 01:37:26 +0000 (10:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 14 Jul 2021 01:37:26 +0000 (10:37 +0900)
commit6c9c2831668345122fd0f92280b30f3bbe2dd4e6
treeacc289c07314b94f69a30cb26dec65dbd62f47e8
parent83f4fcc65503c5d4e5d5eefc8e7a70d3c9a6496f
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
src/interfaces/libpq/Makefile
src/tools/msvc/Install.pm