Skip to content

Commit 35b2d4b

Browse files
committed
Move be-gssapi-common.h into src/include/libpq/
The file has been introduced in src/backend/libpq/ as of b0b39f7, 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
1 parent 84d4de9 commit 35b2d4b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/backend/libpq/auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ bool pg_krb_caseins_users;
173173
*----------------------------------------------------------------
174174
*/
175175
#ifdef ENABLE_GSS
176-
#include "be-gssapi-common.h"
176+
#include "libpq/be-gssapi-common.h"
177177

178178
static int pg_GSS_checkauth(Port *port);
179179
static int pg_GSS_recvauth(Port *port);

src/backend/libpq/be-gssapi-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include "postgres.h"
1616

17-
#include "be-gssapi-common.h"
17+
#include "libpq/be-gssapi-common.h"
1818

1919
/*
2020
* Helper function for getting all strings of a GSSAPI error (of specified

src/backend/libpq/be-secure-gssapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
#include <unistd.h>
1818

19-
#include "be-gssapi-common.h"
2019
#include "libpq/auth.h"
20+
#include "libpq/be-gssapi-common.h"
2121
#include "libpq/libpq.h"
2222
#include "libpq/libpq-be.h"
2323
#include "libpq/pqformat.h"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy