pgsql: Move be-gssapi-common.h into src/include/libpq/

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move be-gssapi-common.h into src/include/libpq/
Date: 2019-06-08 01:03:08
Message-ID: E1hZPlE-00062b-JM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move be-gssapi-common.h into src/include/libpq/

The file has been introduced in src/backend/libpq/ as of b0b39f72, but
all backend-side headers of libpq are located in src/include/libpq/.
Note that the identification path on top of the file referred to
src/include/libpq/ from the start.

Author: Michael Paquier
Reviewed-by: Stephen Frost
Discussion: https://postgr.es/m/20190607043415.GE1736@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/35b2d4bc0eb5d61a2a294ccb6b2e4abdad307604

Modified Files
--------------
src/backend/libpq/auth.c | 2 +-
src/backend/libpq/be-gssapi-common.c | 2 +-
src/backend/libpq/be-secure-gssapi.c | 2 +-
src/{backend => include}/libpq/be-gssapi-common.h | 0
4 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-06-08 02:48:26 pgsql: Fix assorted inconsistencies.
Previous Message Michael Paquier 2019-06-07 11:52:19 pgsql: Improve some comments in pg_checksums about the needed clean shu