Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35b2d4b

Browse files
committed
Move be-gssapi-common.h into src/include/libpq/
The file has been introduced in src/backend/libpq/ as ofb0b39f7, butall backend-side headers of libpq are located in src/include/libpq/.Note that the identification path on top of the file referred tosrc/include/libpq/ from the start.Author: Michael PaquierReviewed-by: Stephen FrostDiscussion:https://postgr.es/m/20190607043415.GE1736@paquier.xyz
1 parent84d4de9 commit35b2d4b

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 @@ boolpg_krb_caseins_users;
173173
*----------------------------------------------------------------
174174
*/
175175
#ifdefENABLE_GSS
176-
#include"be-gssapi-common.h"
176+
#include"libpq/be-gssapi-common.h"
177177

178178
staticintpg_GSS_checkauth(Port*port);
179179
staticintpg_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)

[8]ページ先頭

©2009-2025 Movatter.jp