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

Michael Paquier <michael@paquier.xyz>

Commit: 35b2d4bc0eb5d61a2a294ccb6b2e4abdad307604
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-06-08T00:59:02Z
Releases: 12.0
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

Files

PathChange+/−
src/backend/libpq/auth.c modified +1 −1
src/backend/libpq/be-gssapi-common.c modified +1 −1
src/backend/libpq/be-secure-gssapi.c modified +1 −1
src/include/libpq/be-gssapi-common.h (from src/backend/libpq/be-gssapi-common.h) renamed +0 −0

Discussion