pgsql: Install properly fe-auth-sasl.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Install properly fe-auth-sasl.h
Date: 2021-07-14 01:38:49
Message-ID: E1m3TrN-0000Bm-Pd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6c9c2831668345122fd0f92280b30f3bbe2dd4e6

Modified Files
--------------
src/interfaces/libpq/Makefile | 2 ++
src/tools/msvc/Install.pm | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-07-14 02:41:43 pgsql: Add support for prepared transactions to built-in logical replic
Previous Message David Rowley 2021-07-14 00:45:22 pgsql: Change the name of the Result Cache node to Memoize