]> granicus.if.org Git - postgresql/commit
Move be-gssapi-common.h into src/include/libpq/
authorMichael Paquier <michael@paquier.xyz>
Sat, 8 Jun 2019 00:59:02 +0000 (09:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 8 Jun 2019 00:59:02 +0000 (09:59 +0900)
commit35b2d4bc0eb5d61a2a294ccb6b2e4abdad307604
treeab2ec13b3204c80f748f42f44a3c8ebd68f13b68
parent84d4de97e8d14469974eb488730a13f942aa787a
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
src/backend/libpq/auth.c
src/backend/libpq/be-gssapi-common.c
src/backend/libpq/be-secure-gssapi.c
src/include/libpq/be-gssapi-common.h [moved from src/backend/libpq/be-gssapi-common.h with 100% similarity]